aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-02-26 18:50:17 -0800
committerRoland McGrath <roland@hack.frob.com>2013-02-26 18:50:17 -0800
commit90f42071e3d7d7d595fcd15c7241e7be46b2c2bd (patch)
tree767617276d0a71f7ae7d7c096be4778c61e4d196
parent7e80ddb82478e6ad9694b78c441ed00b3d09efa9 (diff)
downloadglibc-90f42071e3d7d7d595fcd15c7241e7be46b2c2bd.zip
glibc-90f42071e3d7d7d595fcd15c7241e7be46b2c2bd.tar.gz
glibc-90f42071e3d7d7d595fcd15c7241e7be46b2c2bd.tar.bz2
Fix last change.
-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 $@