diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-20 01:01:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-20 01:01:15 +0000 |
commit | f1be66a1d49dfa6c6fd947b928919f864342866e (patch) | |
tree | 7afae6b337aa9fdac188b9404874eb2a71d48c6f | |
parent | 460adbb8475bffc72e749fe841e737e18154b8f5 (diff) | |
download | glibc-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.
-rw-r--r-- | Makeconfig | 2 |
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)' \ |