comparison Makefile.in @ 2988:9403c9149e79

* Makefile.in (C_SWITCH_X_SITE): New variable - get this from configure.in. (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
author Jim Blandy <jimb@redhat.com>
date Sun, 23 May 1993 21:49:20 +0000
parents 253a291a62ca
children 4ca5a6bd174b
comparison
equal deleted inserted replaced
2987:f62d4f8e6499 2988:9403c9149e79
39 CC=@CC@ 39 CC=@CC@
40 C_SWITCH_SYSTEM=@c_switch_system@ 40 C_SWITCH_SYSTEM=@c_switch_system@
41 ALLOCA=@ALLOCA@ 41 ALLOCA=@ALLOCA@
42 LN_S=@LN_S@ 42 LN_S=@LN_S@
43 CFLAGS=@CFLAGS@ 43 CFLAGS=@CFLAGS@
44 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
44 45
45 ### These help us choose version- and architecture-specific directories 46 ### These help us choose version- and architecture-specific directories
46 ### to install files in. 47 ### to install files in.
47 48
48 ### This should be the number of the Emacs version we're building, 49 ### This should be the number of the Emacs version we're building,
295 echo "# Emacs build tree instead, or editing" ; \ 296 echo "# Emacs build tree instead, or editing" ; \
296 echo "# \`${srcdir}/oldXMenu/Makefile.in' itself." ; \ 297 echo "# \`${srcdir}/oldXMenu/Makefile.in' itself." ; \
297 sed < ${srcdir}/oldXMenu/Makefile.in \ 298 sed < ${srcdir}/oldXMenu/Makefile.in \
298 -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ 299 -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \
299 -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ 300 -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \
301 -e 's|^\(C_SWITCH_X_SITE *=\).*$$|\1'"${C_SWITCH_X_SITE}"'|' \
300 -e 's|^CC *=.*$$|CC='"${CC}"'|' \ 302 -e 's|^CC *=.*$$|CC='"${CC}"'|' \
301 -e 's|^DEFS *=.*$$|DEFS='"${DEFS}"'|' \ 303 -e 's|^DEFS *=.*$$|DEFS='"${DEFS}"'|' \
302 -e '/^# DIST: /d') > oldXMenu/Makefile.tmp 304 -e '/^# DIST: /d') > oldXMenu/Makefile.tmp
303 @${srcdir}/move-if-change oldXMenu/Makefile.tmp oldXMenu/Makefile 305 @${srcdir}/move-if-change oldXMenu/Makefile.tmp oldXMenu/Makefile
304 chmod -w oldXMenu/Makefile 306 chmod -w oldXMenu/Makefile