diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-13 19:46:38 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-13 19:46:38 +0000 |
commit | 14484170ef54b78c6c6e282b3ad41df5e69418dc (patch) | |
tree | 740a7d2620b5a075de3d8b1abcd4c3a7986f2e09 /init | |
parent | 24c73e0d4d8be5c4e65aee8d0993afff3a019b26 (diff) |
Formerly Makefile.~7~
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/init/Makefile b/init/Makefile index 7154a579..9657a4e1 100644 --- a/init/Makefile +++ b/init/Makefile @@ -21,14 +21,14 @@ include ../Makeconf DIST_FILES = Makefile init.c -OBJS = init.o startupServer.o startup_replyUser.o +OBJS = init.o startupServer.o startup_replyUser.o notifyServer.o all: init init: $(OBJS) $(link) -init.o: startup_S.h startup_reply.h +init.o: startup_S.h startup_reply.h notify_S.h install: init $(hurdroot) cp init $(hurdroot)/hurd/init @@ -42,6 +42,10 @@ startup_reply.h startup_replyUser.c: $(headers)/hurd/startup_reply.defs $(header $(CPP) $(CPPFLAGS) $(headers)/hurd/startup_reply.defs \ | $(MIGCOM) -server /dev/null +notify_S.h notifyServer.c: $(headers)/mach/notify.defs + $(CPP) $(CPPFLAGS) $(headers)/mach/notify.defs \ + | $(MIGCOM) -sheader notify_S.h -header /dev/null -user /dev/null + clean: rm -f init *.o relink: |