diff oldXMenu/Makefile.in @ 107830:3879f5eab4e9

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 11 Apr 2010 13:17:24 -0700
parents 1d1d5d9bd884
children 7a80cd5e5722
line wrap: on
line diff
--- a/oldXMenu/Makefile.in	Sun Apr 11 13:04:24 2010 -0700
+++ b/oldXMenu/Makefile.in	Sun Apr 11 13:17:24 2010 -0700
@@ -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@