summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-08-22 20:48:46 +0000
committerRoland McGrath <roland@gnu.org>1995-08-22 20:48:46 +0000
commit86fe2915bbc0e52595224906b1e1dfe01bb153e0 (patch)
tree98b4f0f6dea70750bbd5bc8160586cb2e2c23181 /hurd
parenta4bb25890d262dd143b0030099ce084a4b21acd0 (diff)
Removed dep on hurd/signal.h for RPC stub objects.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 2828a80024..805f55bc90 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -92,9 +92,6 @@ include ../Rules
# _hurd_intr_rpc_mach_msg.
user-MIGFLAGS += -imacros intr-rpc.defs
-$(foreach if,$(user-interfaces),$($(if)-calls:%=$(objpfx)RPC_%.o))): \
- hurd/signal.h
-
$(objpfx)fault%.c $(objpfx)fault%.h: $(mach-srcdir)/mach/%.defs
$(MIG) $(MIGFLAGS) -prefix _hurdsig_fault_ \
-server $(@:.h=.c) -sheader $(@:.c=.h) \