From: Roland McGrath Date: Sat, 28 Feb 2009 01:27:30 +0000 (+0000) Subject: 2009-02-27 Roland McGrath X-Git-Tag: upstream/2.30~13792 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8744841f9ab79b725d37395d6f4057a92bdc9953;p=external%2Fglibc.git 2009-02-27 Roland McGrath * Makeconfig (%.v.i): Depend on Makeconfig. Exclude % lines from initial #-comment removal. --- diff --git a/Makeconfig b/Makeconfig index 5451560..c904a83 100644 --- a/Makeconfig +++ b/Makeconfig @@ -793,9 +793,9 @@ ifeq (yes, $(build-shared)) # `FOO.v', and along with that `FOO.v.i' should be given dependencies # listing both its input files, and any header files that it may reference # (but no commands). -%.v.i: $(common-objpfx)config.h - sed 's/#.*$$//;/^[ ]*$$/d;s/^[ ]*%/#/' \ - $(filter-out FORCE %.h,$^) \ +%.v.i: $(common-objpfx)config.h $(..)Makeconfig + sed '/^[ ]*%/!s/#.*$$//;/^[ ]*$$/d;s/^[ ]*%/#/' \ + $(filter-out FORCE %.h $(..)Makeconfig,$^) \ | $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \ > $@T mv -f $@T $@