aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/Makefile.in
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-04-11 13:17:24 -0700
committerDan Nicolaescu <[email protected]>2010-04-11 13:17:24 -0700
commit76bd82023f5cc53d6ca40f33d87a10c26e5e9821 (patch)
tree7dfcdd79c1f470ae208860578c430761645746a0 /oldXMenu/Makefile.in
parent8d9c8ece918ed3f363f094526b358bcccb90dda5 (diff)
Use autoconf, not cpp for some variables.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using autoconf, not cpp. (ALL_CFLAGS): Use them as make variables.
Diffstat (limited to 'oldXMenu/Makefile.in')
-rw-r--r--oldXMenu/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index a4a2d52b15..2e253ab571 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -46,6 +46,8 @@
srcdir=@srcdir@
VPATH=@srcdir@
C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
+C_SWITCH_SYSTEM=@c_switch_system@
+C_SWITCH_MACHINE=@c_switch_machine@
EXTRA=insque.o
CC=@CC@