diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-07 08:34:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-07 08:34:20 +0000 |
commit | 6a0acb53ac2af801f94a7f5e56bf244c92337ee9 (patch) | |
tree | 03610008993ef1c3a5c506199b7479f3ef1072e9 | |
parent | b60a3cba61b3dcc39694d8463c9da7aee105a3af (diff) |
Formerly Makefile.~21~
-rw-r--r-- | boot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile index c2253cf4..0b618500 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -40,7 +40,8 @@ relink: rm -f boot boot.o: notify_S.h exec_S.h device_S.h io_S.h device_reply.h io_repl.h \ - tioctl_S.h ../hurd/ioctl_types.h + tioctl_S.h +tioctlServer.o: ../hurd/ioctl_types.h notify_S.h notifyServer.c: $(includedir)/mach/notify.defs $(CPP) $(CPPFLAGS) $< | \ |