summaryrefslogtreecommitdiff
path: root/oldXMenu/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-05-03 20:26:38 -0700
committerGlenn Morris <rgm@gnu.org>2010-05-03 20:26:38 -0700
commitfa5e317ac05b234f6b8f0407b1123d697026069c (patch)
tree82d5089e499b10f4a34e4a50d0e032348c2d1b07 /oldXMenu/Makefile.in
parente9bcdbf77c3b000543f84b69cdc8c1560f7f2009 (diff)
downloademacs-fa5e317ac05b234f6b8f0407b1123d697026069c.tar.gz
Yet another missing piece of C_SWITCH commit.
* Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than @c_switch_system@. * oldXMenu/Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than @c_switch_system@, @c_switch_machine@.
Diffstat (limited to 'oldXMenu/Makefile.in')
-rw-r--r--oldXMenu/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index 52c6fe97428..bdaa87695e0 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -47,8 +47,8 @@ srcdir=@srcdir@
VPATH=@srcdir@
C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
-C_SWITCH_SYSTEM=@c_switch_system@
-C_SWITCH_MACHINE=@c_switch_machine@
+C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
+C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
EXTRA=insque.o
CC=@CC@