Mercurial > emacs
changeset 4124:a91cdccf5458
* Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
directory's makefile. This allows the invocation of CPP which
builds xmakefile to receive these switches. The SunSoft C
preprocessor inserts spaces between tokens if it doesn't get the
-Xs flag requested in src/s/sol2.h.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 18 Jul 1993 06:10:46 +0000 |
parents | b05c50e08993 |
children | 66f2f7838436 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sun Jul 18 04:47:10 1993 +0000 +++ b/Makefile.in Sun Jul 18 06:10:46 1993 +0000 @@ -282,6 +282,7 @@ -e 's|^CPP *=.*$$|CPP=${CPP}|' \ -e 's|^LN_S *=.*$$|LN_S=${LN_S}|' \ -e 's|^CFLAGS *=.*$$|CFLAGS=${CFLAGS}|' \ + -e 's|^\(C_SWITCH_SYSTEM *=\).*$$|\1'"${C_SWITCH_SYSTEM}"'|' \ -e 's|^\(LD_SWITCH_X_SITE *=\).*$$|\1${LD_SWITCH_X_SITE}|' \ -e '/^# DIST: /d') > src/Makefile.tmp @${srcdir}/move-if-change src/Makefile.tmp src/Makefile