From: Roland McGrath Date: Fri, 27 Dec 2002 23:13:05 +0000 (+0000) Subject: second typo in prior commit X-Git-Tag: cvs/glibc-2_3_2~454 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd847b5ab283200edba46a95833592b54aa3f742;p=thirdparty%2Fglibc.git second typo in prior commit --- diff --git a/Makerules b/Makerules index 7e31ef7fba8..6f5eacf4544 100644 --- a/Makerules +++ b/Makerules @@ -1181,10 +1181,10 @@ endif # Generating headers for assembly constants. $(common-objpfx)%.h $(common-objpfx)%.h.d: $(..)scripts/gen-as-const.awk %.sym - $(AWK) -f $^ \ + $(AWK) -f $< $(filter %.sym,$^) \ | $(CC) -S -o - $(CFLAGS) $(CPPFLAGS) -x c - \ -MD -MF $(@:.h=.h.d)T -MT '$(@:.h=.h.d) $(@:.h.d=.h)' \ - | sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^@]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$$/#define \1 \2/p' > $(@:.h.d=.h)T + | sed -n 's/^.*@@@name@@@\([^@]*\)@@@value@@@[^0-9Xxa-fA-F-]*\([0-9Xxa-fA-F-][0-9Xxa-fA-F-]*\).*@@@end@@@.*$$/#define \1 \2/p' > $(@:.h.d=.h)T sed $(sed-remove-objpfx) \ -e 's@ *\([^ \/][^ \]*\)@ $$(..)\1@g' \ -e 's@ *\.\.\/\([^ \]*\)@ $$(..)\1@g' \