aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-20 22:16:59 +0000
committerRichard M. Stallman1993-07-20 22:16:59 +0000
commitb2327b207708c7a3394846665664a7fc89e5be06 (patch)
treedb6515887d010a2255291e246540debe82be1941 /src
parente33e80e4a1fee3f2656e6f73318fdfd02612a018 (diff)
downloademacs-b2327b207708c7a3394846665664a7fc89e5be06.tar.gz
emacs-b2327b207708c7a3394846665664a7fc89e5be06.zip
(xmakefile): Use CFLAGS after C_SWITCH_SYSTEM.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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:
80xmakefile: ymakefile config.h ../config.status 80xmakefile: ymakefile config.h ../config.status
81 -rm -f xmakefile xmakefile.new junk.c junk.cpp 81 -rm -f xmakefile xmakefile.new junk.c junk.cpp
82 cp ${srcdir}/ymakefile junk.c 82 cp ${srcdir}/ymakefile junk.c
83 ${CPP} -I${srcdir} ${CFLAGS} ${C_SWITCH_SYSTEM} junk.c > junk.cpp 83 ${CPP} -I${srcdir} ${C_SWITCH_SYSTEM} ${CFLAGS} junk.c > junk.cpp
84 < junk.cpp \ 84 < junk.cpp \
85 sed -e 's/^#.*//' \ 85 sed -e 's/^#.*//' \
86 -e 's/^[ \f\t][ \f\t]*$$//' \ 86 -e 's/^[ \f\t][ \f\t]*$$//' \