about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-20 01:01:15 +0000
committerRoland McGrath <roland@gnu.org>2000-03-20 01:01:15 +0000
commitf1be66a1d49dfa6c6fd947b928919f864342866e (patch)
tree7afae6b337aa9fdac188b9404874eb2a71d48c6f /Makeconfig
parent460adbb8475bffc72e749fe841e737e18154b8f5 (diff)
downloadglibc-f1be66a1d49dfa6c6fd947b928919f864342866e.tar.gz
glibc-f1be66a1d49dfa6c6fd947b928919f864342866e.tar.xz
glibc-f1be66a1d49dfa6c6fd947b928919f864342866e.zip
2000-03-19 Roland McGrath <roland@baalperazim.frob.com>
	* Makeconfig (soversion.i): Pass -undef to $(CC) -E.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 32f67cf89c..a74d4500bc 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -683,7 +683,7 @@ $(common-objpfx)soversions.i: $(..)shlib-versions $(..)Makeconfig \
 			      $(common-objpfx)config.make
 	sed -e 's/#.*$$//;s/^[ 	]*%/#/' \
 	    $(filter-out $(..)Makeconfig $(common-objpfx)config.make,$^) \
-	| $(CC) -include $(common-objpfx)config.h -E -x c - \
+	| $(CC) -E -undef -include $(common-objpfx)config.h -x c - \
 	| while read conf version setname; do \
 	    test -n "$$version" && \
 	    test `expr '$(config-machine)-$(config-vendor)-$(config-os)' \