diff options
| author | Richard M. Stallman | 1993-07-20 22:16:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-20 22:16:59 +0000 |
| commit | b2327b207708c7a3394846665664a7fc89e5be06 (patch) | |
| tree | db6515887d010a2255291e246540debe82be1941 /src | |
| parent | e33e80e4a1fee3f2656e6f73318fdfd02612a018 (diff) | |
| download | emacs-b2327b207708c7a3394846665664a7fc89e5be06.tar.gz emacs-b2327b207708c7a3394846665664a7fc89e5be06.zip | |
(xmakefile): Use CFLAGS after C_SWITCH_SYSTEM.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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: | |||
| 80 | xmakefile: ymakefile config.h ../config.status | 80 | xmakefile: 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]*$$//' \ |