summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-12-27 00:35:00 +0000
committerRoland McGrath <roland@gnu.org>2002-12-27 00:35:00 +0000
commitfbe1491afa99ecd0558b760c15b772dc17e569cf (patch)
treebf13d239a855b47e73e7ca90ef47ab2800ea8872 /Makerules
parenta218c9cfe3cda7f6e427651cfcb0cd6d27ac933e (diff)
2002-12-27 Andreas Schwab <schwab@suse.de>
* Makerules ($(common-objpfx)%.make): Filter through $(sed-remove-objpfx).
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 59ca6dc2dc..0a592b4f4b 100644
--- a/Makerules
+++ b/Makerules
@@ -158,7 +158,7 @@ $(common-objpfx)%.make: $(..)%.make.c $(..)Makerules
$(CC) $(CFLAGS) $(CPPFLAGS) -E $< \
| sed -n '/@@@/{s/@@@[ ]*\(.*\)@@@/\1/;s/[ ]*$$//p;}'; \
echo 'common-generated += $(@F)'; \
- cat $@.dT; rm -f $@.dT) > $@T
+ sed $(sed-remove-objpfx) $@.dT; rm -f $@.dT) > $@T
mv -f $@T $@
# Generate an ordered list of implicit rules which find the source files in