summaryrefslogtreecommitdiff
path: root/init/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-05 11:52:23 +0000
committerRoland McGrath <roland@gnu.org>1994-05-05 11:52:23 +0000
commitc01df53fe467e0e55988cae87e31bb7b8dba2289 (patch)
tree9a009eaa60447c2205144f4e821974c071ca88ea /init/Makefile
parent596086b1dece6d7b9d68dae0a537d90193ce79dc (diff)
Formerly Makefile.~9~
Diffstat (limited to 'init/Makefile')
-rw-r--r--init/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/init/Makefile b/init/Makefile
index bc070076..7edc0db8 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -34,16 +34,16 @@ install: init $(hurdroot)
cp init $(hurdroot)/hurd/init
-startup_S.h startupServer.c: $(headers)/hurd/startup.defs $(headers)/hurd/hurd_types.defs
- $(CPP) $(CPPFLAGS) $(headers)/hurd/startup.defs \
+startup_S.h startupServer.c: $(includedir)/hurd/startup.defs $(includedir)/hurd/hurd_types.defs
+ $(CPP) $(CPPFLAGS) $(includedir)/hurd/startup.defs \
| $(MIGCOM) -prefix S_ -sheader startup_S.h -header /dev/null -user /dev/null
-startup_reply.h startup_replyUser.c: $(headers)/hurd/startup_reply.defs $(headers)/hurd/hurd_types.defs
- $(CPP) $(CPPFLAGS) $(headers)/hurd/startup_reply.defs \
+startup_reply.h startup_replyUser.c: $(includedir)/hurd/startup_reply.defs $(includedir)/hurd/hurd_types.defs
+ $(CPP) $(CPPFLAGS) $(includedir)/hurd/startup_reply.defs \
| $(MIGCOM) -server /dev/null
-notify_S.h notifyServer.c: $(headers)/mach/notify.defs
- $(CPP) $(CPPFLAGS) $(headers)/mach/notify.defs \
+notify_S.h notifyServer.c: $(includedir)/mach/notify.defs
+ $(CPP) $(CPPFLAGS) $(includedir)/mach/notify.defs \
| $(MIGCOM) -sheader notify_S.h -header /dev/null -user /dev/null
clean: