]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2000-03-19 Roland McGrath <roland@baalperazim.frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 20 Mar 2000 01:01:15 +0000 (01:01 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 20 Mar 2000 01:01:15 +0000 (01:01 +0000)
* Makeconfig (soversion.i): Pass -undef to $(CC) -E.

Makeconfig

index 32f67cf89c04bbb8a22b991329b6000f39e199c7..a74d4500bc1037343b3ede07300a25e1402e2491 100644 (file)
@@ -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)' \