From b2327b207708c7a3394846665664a7fc89e5be06 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 Jul 1993 22:16:59 +0000 Subject: [PATCH] (xmakefile): Use CFLAGS after C_SWITCH_SYSTEM. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index d1ea05166a3..4e03850c8a9 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -80,7 +80,7 @@ relock: xmakefile: ymakefile config.h ../config.status -rm -f xmakefile xmakefile.new junk.c junk.cpp cp ${srcdir}/ymakefile junk.c - ${CPP} -I${srcdir} ${CFLAGS} ${C_SWITCH_SYSTEM} junk.c > junk.cpp + ${CPP} -I${srcdir} ${C_SWITCH_SYSTEM} ${CFLAGS} junk.c > junk.cpp < junk.cpp \ sed -e 's/^#.*//' \ -e 's/^[ \f\t][ \f\t]*$$//' \ -- 2.39.5