* Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Apr 2010 14:32:10 +0000 (07:32 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Apr 2010 14:32:10 +0000 (07:32 -0700)
src/ChangeLog
src/Makefile.in

index 6f9642e..6d19b2e 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.
+
 2010-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
 
        Remove C_SWITCH_SYSTEM_TEMACS.
index 25ad5f0..04df2de 100644 (file)
@@ -94,6 +94,11 @@ SHELL=/bin/sh
 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