Fix last change.

This commit is contained in:
Roland McGrath 2013-02-26 18:50:17 -08:00
parent 7e80ddb824
commit 90f42071e3
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
* Makeconfig (%.v.i, %.v): Move these pattern rules outside of
[$(build-shared = yes].
(%.v.i): Filter out %.def prerequisites too.
2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>

View File

@ -878,7 +878,7 @@ subdir-srcdirs = $(foreach dir,$(subdirs),\
# (but no commands).
%.v.i: $(common-objpfx)config.h $(..)Makeconfig
sed '/^[ ]*%/!s/#.*$$//;/^[ ]*$$/d;s/^[ ]*%/#/' \
$(filter-out FORCE %.h %.def $(..)Makeconfig,$^) \
$(filter-out FORCE %.h $(..)Makeconfig,$^) \
| $(CC) -E -undef $(CPPFLAGS) -x assembler-with-cpp - \
> $@T
mv -f $@T $@