diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-17 04:14:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-17 04:14:25 +0000 |
commit | 626a66c04b6a32847ebb427c3979a8c25a32e8b6 (patch) | |
tree | 985e8453c05ad5bf5ba0732e5ca3354c85b3fa24 /boot | |
parent | 35312d7dcbf3b0078fc92535ee54b3beebac4b05 (diff) |
Formerly Makefile.~23~
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 0b618500..c421b86e 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 term_S.h tioctlServer.o: ../hurd/ioctl_types.h notify_S.h notifyServer.c: $(includedir)/mach/notify.defs |