about summary refs log tree commit diff
path: root/Makeconfig
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 /Makeconfig
parent7e80ddb82478e6ad9694b78c441ed00b3d09efa9 (diff)
downloadglibc-90f42071e3d7d7d595fcd15c7241e7be46b2c2bd.tar.gz
glibc-90f42071e3d7d7d595fcd15c7241e7be46b2c2bd.tar.xz
glibc-90f42071e3d7d7d595fcd15c7241e7be46b2c2bd.zip
Fix last change.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 795edd3bda..79035e3906 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 $@