diff lwlib/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 e272dbe64cda
line wrap: on
line diff
--- a/lwlib/Makefile.in	Sun Apr 11 13:04:24 2010 -0700
+++ b/lwlib/Makefile.in	Sun Apr 11 13:17:24 2010 -0700
@@ -26,6 +26,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@
 
 CC=@CC@
 CFLAGS=@CFLAGS@