summaryrefslogtreecommitdiff
path: root/mach/Machrules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-10-29 22:10:18 +0000
committerRoland McGrath <roland@gnu.org>1992-10-29 22:10:18 +0000
commit011219caa62ae117f4ecb072bdf8c00ad201a62c (patch)
treecf8f38c46bd75aa9d97c2c55e79bbbb2fc0df6b2 /mach/Machrules
parent50ad22638cb2f0c6033d41df9670c3476fb648da (diff)
Formerly ../mach/Machrules.~13~
Diffstat (limited to 'mach/Machrules')
-rw-r--r--mach/Machrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Machrules b/mach/Machrules
index 9c04a75d5e..643c70167a 100644
--- a/mach/Machrules
+++ b/mach/Machrules
@@ -96,7 +96,7 @@ __%_server.c __%_server.h: %.defs
(sed '$$d' $<; tail +2 $(word 2,$^)) > $@-new
mv $@-new $@
-if-calls.c := $(foreach if,$(user-interfaces),$($(if)-calls:%=%.c))
+if-calls.c := $(strip $(foreach if,$(user-interfaces),$($(if)-calls:%=%.c)))
ifdef if-calls.c
$(if-calls.c): %.c:
(echo '#include <gnu-stabs.h>'; \