diff src/Makefile.in @ 107835:1238265da61e

* Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 12 Apr 2010 07:32:10 -0700
parents f36f0163800c
children d1934720d87a
line wrap: on
line diff
--- a/src/Makefile.in	Mon Apr 12 13:28:56 2010 +0200
+++ b/src/Makefile.in	Mon Apr 12 07:32:10 2010 -0700
@@ -94,6 +94,11 @@
 DEPFLAGS = -MMD -MF deps/$*.d
 #endif
 
+/* Undefine until the user can be moved in the non-cpp section. */
+#undef C_SWITCH_SYSTEM
+#undef C_SWITCH_MACHINE
+#undef C_SWITCH_X_SITE
+
 /* Do not let the file name mktime.c get messed up.  */
 #ifdef mktime
 #undef mktime