From: Roland McGrath Date: Fri, 27 Dec 2002 00:35:00 +0000 (+0000) Subject: 2002-12-27 Andreas Schwab X-Git-Tag: cvs/glibc-2_3_2~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe1491afa99ecd0558b760c15b772dc17e569cf;p=thirdparty%2Fglibc.git 2002-12-27 Andreas Schwab * Makerules ($(common-objpfx)%.make): Filter through $(sed-remove-objpfx). --- diff --git a/Makerules b/Makerules index 59ca6dc2dc3..0a592b4f4b2 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