2002-12-27 Andreas Schwab <schwab@suse.de>

* Makerules ($(common-objpfx)%.make): Filter through
	$(sed-remove-objpfx).
This commit is contained in:
Roland McGrath 2002-12-27 00:35:00 +00:00
parent a218c9cfe3
commit fbe1491afa
1 changed files with 1 additions and 1 deletions

View File

@ -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