From: Richard M. Stallman Date: Tue, 20 Jul 1993 22:16:59 +0000 (+0000) Subject: (xmakefile): Use CFLAGS after C_SWITCH_SYSTEM. X-Git-Tag: emacs-19.34~11654 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2327b207708c7a3394846665664a7fc89e5be06;p=emacs.git (xmakefile): Use CFLAGS after C_SWITCH_SYSTEM. --- 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]*$$//' \