From fbe1491afa99ecd0558b760c15b772dc17e569cf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 27 Dec 2002 00:35:00 +0000 Subject: 2002-12-27 Andreas Schwab * Makerules ($(common-objpfx)%.make): Filter through $(sed-remove-objpfx). --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') 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 -- cgit v1.2.3