diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-04 11:39:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-04 11:39:39 +0000 |
commit | 5808b67a88551032b53249e5e720c95da9b4d900 (patch) | |
tree | 7db1f3bb8869d850f4f6f9fea5d97cf440a618be /boot | |
parent | c4f7247cb3edc2fd4db20f6e7efdf31eb9eeb325 (diff) |
Formerly Makefile.~19~
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index a6b62b73..359c6d61 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -19,10 +19,10 @@ dir := boot include ../Makeconf -VPATH=.:../machine +VPATH = ../machine OBJS = boot.o notifyServer.o execServer.o deviceServer.o ioServer.o \ - io_replUser.o device_replyUser.o sigvec.o tioctlServer.o + io_replUser.o device_replyUser.o sigvec.o tioctlServer.o termServer.o DIST_FILES = boot.c Makefile io_repl.defs ChangeLog sigvec.S @@ -76,3 +76,8 @@ tioctlServer.c tioctl_S.h: ../hurd/tioctl.defs $(CPP) $(CPPFLAGS) $< | \ $(MIGCOM) -prefix S_ -user /dev/null -header /dev/null \ -sheader tioctl_S.h + +termServer.c term_S.h: ../hurd/term.defs + $(CPP) $(CPPFLAGS) $< | \ + $(MIGCOM) -prefix S_ -user /dev/null -header /dev/null \ + -sheader term_S.h |