diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 17:21:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-20 17:21:01 +0000 |
commit | 8e421e1ef86323deb20b2ea47556e2b523649f10 (patch) | |
tree | 47a5ebb279498698c2de64c30b28e73895bfd10e | |
parent | f6094cebd2209f43acc3a3799eb3f3cc39c4e286 (diff) |
Formerly Makefile.~27~
-rw-r--r-- | boot/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/boot/Makefile b/boot/Makefile index d736f9b7..80aa1431 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -22,9 +22,9 @@ include ../Makeconf 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 \ termServer.o tcattr.o - +# tioctlServer.o SRCS = boot.c tcattr.c sigvec.S DIST_FILES = boot.c Makefile io_repl.defs ChangeLog sigvec.S tcattr.c @@ -44,7 +44,7 @@ relink: boot.o: notify_S.h exec_S.h device_S.h io_S.h device_reply.h io_repl.h \ tioctl_S.h term_S.h -tioctlServer.o: ../hurd/ioctl_types.h +# tioctlServer.o: ../hurd/ioctl_types.h notify_S.h notifyServer.c: $(includedir)/mach/notify.defs $(CPP) $(CPPFLAGS) $< | \ @@ -76,10 +76,10 @@ io_repl.h io_replUser.c: io_repl.defs $(CPP) $(CPPFLAGS) $< | \ $(MIGCOM) -server /dev/null -tioctlServer.c tioctl_S.h: ../hurd/tioctl.defs - $(CPP) $(CPPFLAGS) $< | \ - $(MIGCOM) -prefix S_ -user /dev/null -header /dev/null \ - -sheader tioctl_S.h +#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) $< | \ |