diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-23 21:49:20 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-23 21:49:20 +0000 |
commit | 46af2ed8eca3100b63553a66bfe0242be4ee08c7 (patch) | |
tree | bd6e29bfd9e82f5541d79520176c02858ee5acb1 /Makefile.in | |
parent | a27cbddea11e4715f4a85f698e4df1f47b1a18f0 (diff) | |
download | emacs-46af2ed8eca3100b63553a66bfe0242be4ee08c7.tar.gz |
* Makefile.in (C_SWITCH_X_SITE): New variable - get this from
configure.in.
(oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index ca87fb33f87..92dce171343 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,6 +41,7 @@ C_SWITCH_SYSTEM=@c_switch_system@ ALLOCA=@ALLOCA@ LN_S=@LN_S@ CFLAGS=@CFLAGS@ +C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ ### These help us choose version- and architecture-specific directories ### to install files in. @@ -297,6 +298,7 @@ oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile sed < ${srcdir}/oldXMenu/Makefile.in \ -e 's|^\(srcdir *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ -e 's|^\(VPATH *=\).*$$|\1'"${srcdir}"'/oldXMenu|' \ + -e 's|^\(C_SWITCH_X_SITE *=\).*$$|\1'"${C_SWITCH_X_SITE}"'|' \ -e 's|^CC *=.*$$|CC='"${CC}"'|' \ -e 's|^DEFS *=.*$$|DEFS='"${DEFS}"'|' \ -e '/^# DIST: /d') > oldXMenu/Makefile.tmp |