Mercurial > emacs
changeset 4197:09844c8d0c07
(xmakefile): Use CFLAGS after C_SWITCH_SYSTEM.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Jul 1993 22:16:59 +0000 |
parents | 20f7ea2f83ef |
children | 4b43be9f5671 |
files | src/=Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/=Makefile.in Tue Jul 20 22:04:53 1993 +0000 +++ b/src/=Makefile.in Tue Jul 20 22:16:59 1993 +0000 @@ -80,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} ${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]*$$//' \