]> git.eshelyaron.com Git - emacs.git/commitdiff
(xmakefile): Use CFLAGS after C_SWITCH_SYSTEM.
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 Jul 1993 22:16:59 +0000 (22:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 Jul 1993 22:16:59 +0000 (22:16 +0000)
src/Makefile.in

index d1ea05166a382518838d4ed3f37cbdfcfd1f0130..4e03850c8a95abed61f59f05b8475ec58b7c5140 100644 (file)
@@ -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]*$$//'             \