aboutsummaryrefslogtreecommitdiff
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.zip
glibc-f1be66a1d49dfa6c6fd947b928919f864342866e.tar.gz
glibc-f1be66a1d49dfa6c6fd947b928919f864342866e.tar.bz2
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 32f67cf..a74d450 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)' \