mirror of git://sourceware.org/git/glibc.git
2002-12-27 Andreas Schwab <schwab@suse.de>
* Makerules ($(common-objpfx)%.make): Filter through $(sed-remove-objpfx).
This commit is contained in:
parent
a218c9cfe3
commit
fbe1491afa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue