diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-07 03:07:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-07 03:07:58 +0000 |
commit | ebf7f790a3631331b3b6879cdfc9746a401afb22 (patch) | |
tree | a049d4f6e50a25bae797d3fa5890e508b89f8dec /boot | |
parent | 82303b7dc8c8b4458c6c0b25d07a3b76e6709a7a (diff) |
Formerly Makefile.~20~
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Makefile b/boot/Makefile index 359c6d61..c2253cf4 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -40,7 +40,7 @@ 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 + tioctl_S.h ../hurd/ioctl_types.h notify_S.h notifyServer.c: $(includedir)/mach/notify.defs $(CPP) $(CPPFLAGS) $< | \ |