aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--Makeconfig2
2 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5febe40..c39884b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/Makeconfig b/Makeconfig
index 795edd3..79035e3 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -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 $@