comparison Makefile.in @ 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 1c293134f823
children 44de5ee465ae
comparison
equal deleted inserted replaced
4123:b05c50e08993 4124:a91cdccf5458
280 -e 's|^\(VPATH *=\).*$$|\1${srcdir}/src|' \ 280 -e 's|^\(VPATH *=\).*$$|\1${srcdir}/src|' \
281 -e 's|^CC *=.*$$|CC=${CC}|' \ 281 -e 's|^CC *=.*$$|CC=${CC}|' \
282 -e 's|^CPP *=.*$$|CPP=${CPP}|' \ 282 -e 's|^CPP *=.*$$|CPP=${CPP}|' \
283 -e 's|^LN_S *=.*$$|LN_S=${LN_S}|' \ 283 -e 's|^LN_S *=.*$$|LN_S=${LN_S}|' \
284 -e 's|^CFLAGS *=.*$$|CFLAGS=${CFLAGS}|' \ 284 -e 's|^CFLAGS *=.*$$|CFLAGS=${CFLAGS}|' \
285 -e 's|^\(C_SWITCH_SYSTEM *=\).*$$|\1'"${C_SWITCH_SYSTEM}"'|' \
285 -e 's|^\(LD_SWITCH_X_SITE *=\).*$$|\1${LD_SWITCH_X_SITE}|' \ 286 -e 's|^\(LD_SWITCH_X_SITE *=\).*$$|\1${LD_SWITCH_X_SITE}|' \
286 -e '/^# DIST: /d') > src/Makefile.tmp 287 -e '/^# DIST: /d') > src/Makefile.tmp
287 @${srcdir}/move-if-change src/Makefile.tmp src/Makefile 288 @${srcdir}/move-if-change src/Makefile.tmp src/Makefile
288 chmod -w src/Makefile 289 chmod -w src/Makefile
289 290