(preprocess-version): Replace -traditional with -x assembler-with-cpp.
authorUlrich Drepper <drepper@redhat.com>
Sun, 7 Jan 2001 00:37:33 +0000 (00:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 7 Jan 2001 00:37:33 +0000 (00:37 +0000)
Makeconfig

index 0fe2824..7291f24 100644 (file)
@@ -702,9 +702,9 @@ ifeq (yes, $(build-shared))
 # %ifdef et al based on config.h settings or other %include'd files.
 define preprocess-versions
 sed '/^[       ]*#/d;s/^[      ]*%/#/' \
-| $(CC) -traditional -E -undef -I$(common-objdir) -I$(..)include \
+| $(CC) -E -undef -I$(common-objdir) -I$(..)include \
                  -include $(common-objpfx)config.h \
-                 -x c - \
+                 -x assembler-with-cpp - \
 | sed '/^[     ]*#/d;/^[       ]*$$/d'
 endef