summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-06-07 08:34:20 +0000
committerRoland McGrath <roland@gnu.org>1994-06-07 08:34:20 +0000
commit6a0acb53ac2af801f94a7f5e56bf244c92337ee9 (patch)
tree03610008993ef1c3a5c506199b7479f3ef1072e9 /boot
parentb60a3cba61b3dcc39694d8463c9da7aee105a3af (diff)
Formerly Makefile.~21~
Diffstat (limited to 'boot')
-rw-r--r--boot/Makefile3
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) $< | \