]> sourceware.org Git - glibc.git/commitdiff
Fix last change.
authorRoland McGrath <roland@hack.frob.com>
Wed, 27 Feb 2013 02:50:17 +0000 (18:50 -0800)
committerRoland McGrath <roland@hack.frob.com>
Wed, 27 Feb 2013 02:50:17 +0000 (18:50 -0800)
ChangeLog
Makeconfig

index 5febe40ad59e41700ec17fed860e9eb5027a6413..c39884b2145f0b4d46ac8d62a43505a694430731 100644 (file)
--- 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>
 
index 795edd3bda4820909829350e083648e713e625b0..79035e39062ebd099d6a4a7fd073158126c2b9a9 100644 (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 $@
This page took 0.106736 seconds and 5 git commands to generate.