summaryrefslogtreecommitdiff
path: root/term/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-16 17:03:37 +0000
committerRoland McGrath <roland@gnu.org>1995-09-16 17:03:37 +0000
commitbf46618361379ac96dd021b3621f6f3dc8e696f1 (patch)
treec55898e849b2077c62ceb77025b4f7f52bab232c /term/Makefile
parent51e921179b620831b8dbffc4e7f4fbd0c00620ed (diff)
(DIST_FILES): Added ourmsg.defs.
(ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed.
Diffstat (limited to 'term/Makefile')
-rw-r--r--term/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/term/Makefile b/term/Makefile
index 40c06ba4..63a30f08 100644
--- a/term/Makefile
+++ b/term/Makefile
@@ -24,22 +24,8 @@ makemode := server
target = term
SRCS = devio.c munge.c users.c main.c
LCLHDRS = term.h
+DIST_FILES = ourmsg.defs
OBJS = $(subst .c,.o,$(SRCS)) termServer.o device_replyServer.o tioctlServer.o ourmsgUser.o ../libtrivfs/libtrivfs.a ../libports/libports.a ../libihash/libihash.a ../libthreads/libthreads.a
include ../Makeconf
-
-# The reason for -Dout= is to prevent errors for get_init_port,
-# get_init_ports, get_init_int, get_init_ints, get_dtable, and get_fd.
-# We don't use those, so we're safe in breaking them.
-ourmsg_U.h ourmsgUser.c: ourmsg.defs ../hurd/hurd_types.defs
- $(CPP) $(CPPFLAGS) -Droutine=simpleroutine -Dout= $< \
- | $(MIGCOM) -prefix nowait_ -server /dev/null \
- -user ourmsgUser.c -header ourmsg_U.h
- mv ourmsg_U.h tmp.h
- sed -e 's/_msg_user_/_ourmsg_user/' < tmp.h > ourmsg_U.h
- rm -f tmp.h
-
-ourmsg.defs: $(includedir)/hurd/msg.defs
- rm -f $@
- ln -s $< $@