]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-12-27 Andreas Schwab <schwab@suse.de>
authorRoland McGrath <roland@gnu.org>
Fri, 27 Dec 2002 00:35:00 +0000 (00:35 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 27 Dec 2002 00:35:00 +0000 (00:35 +0000)
* Makerules ($(common-objpfx)%.make): Filter through
$(sed-remove-objpfx).

Makerules

index 59ca6dc2dc3c598a567094934e7fe07f7188ac50..0a592b4f4b28acbb5c7f4a97fbfd88a60f73a042 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -158,7 +158,7 @@ $(common-objpfx)%.make: $(..)%.make.c $(..)Makerules
         $(CC) $(CFLAGS) $(CPPFLAGS) -E $< \\r
         | sed -n '/@@@/{s/@@@[  ]*\(.*\)@@@/\1/;s/[     ]*$$//p;}'; \\r
         echo 'common-generated += $(@F)'; \\r
-        cat $@.dT; rm -f $@.dT) > $@T\r
+        sed $(sed-remove-objpfx) $@.dT; rm -f $@.dT) > $@T\r
        mv -f $@T $@\r
 \f\r
 # Generate an ordered list of implicit rules which find the source files in\r