changeset 4133:bd7c1de63152

* Makefile.in (C_SWITCH_SYSTEM): New variable, set by top-level Makefile. (xmakefile): Pass it to the C preprocessor.
author Jim Blandy <jimb@redhat.com>
date Sun, 18 Jul 1993 06:22:37 +0000
parents e0345afdf64e
children 6bd55acfe9b5
files src/=Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/=Makefile.in	Sun Jul 18 06:21:42 1993 +0000
+++ b/src/=Makefile.in	Sun Jul 18 06:22:37 1993 +0000
@@ -10,6 +10,7 @@
 CC=cc
 CPP=cc -E
 CFLAGS=-g
+C_SWITCH_SYSTEM=
 srcdir=@srcdir@/src
 VPATH=@srcdir@/src
 LN_S=ln -s
@@ -79,7 +80,7 @@
 xmakefile: ymakefile config.h ../config.status
 	-rm -f xmakefile xmakefile.new junk.c junk.cpp
 	cp ${srcdir}/ymakefile junk.c
-	${CPP} -I${srcdir} ${CFLAGS} junk.c > junk.cpp
+	${CPP} -I${srcdir} ${CFLAGS} ${C_SWITCH_SYSTEM} junk.c > junk.cpp
 	< junk.cpp					\
 	sed	-e 's/^#.*//'				\
 		-e 's/^[ \f\t][ \f\t]*$$//'		\