summaryrefslogtreecommitdiff
path: root/proc/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-16 16:57:25 +0000
committerRoland McGrath <roland@gnu.org>1995-09-16 16:57:25 +0000
commite09b046d49043b6235721951bae6090d699f6402 (patch)
tree807eb53287ddba7a7758cce60e96875ec67771a1 /proc/Makefile
parente063f2a45863c22fb8c478636cbe380d1847d4d4 (diff)
(DIST_FILES): Added ourmsg.defs.
(ourmsg_U.h ourmsgUser.c, ourmsg.defs): Targets removed.
Diffstat (limited to 'proc/Makefile')
-rw-r--r--proc/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/proc/Makefile b/proc/Makefile
index 92268c4f..1ba6dc49 100644
--- a/proc/Makefile
+++ b/proc/Makefile
@@ -22,7 +22,7 @@ target = proc
SRCS = wait.c hash.c host.c info.c main.c mgt.c notify.c pgrp.c msg.c \
cpu-types.c stubs.c
LCLHDRS = proc.h
-DIST_FILES = proc_exc.defs proc_excrepl.defs
+DIST_FILES = proc_exc.defs proc_excrepl.defs ourmsg.defs
MIGSTUBS = processServer.o notifyServer.o process_replyUser.o \
ourmsgUser.o interruptServer.o proc_excUser.o proc_excServer.o \
@@ -35,14 +35,3 @@ MIGSFLAGS ="-DPROCESS_INTRAN=pstruct_t reqport_find (process_t)" \
proc: $(OBJS) ../libthreads/libthreads.a ../libihash/libihash.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 $(includedir)/hurd/hurd_types.defs
- $(CPP) $(CPPFLAGS) -Droutine=simpleroutine -Dout= ourmsg.defs \
- | $(MIGCOM) -prefix nowait_ -server /dev/null -user ourmsgUser.c -header ourmsg_U.h
-
-ourmsg.defs: $(includedir)/hurd/msg.defs
- rm -f $@
- ln -s $< $@