emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99879: * Makefile.in (C_SWITCH_SYSTE


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99879: * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE, C_SWITCH_X_SITE): Undefine.
Date: Mon, 12 Apr 2010 07:32:10 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99879
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-04-12 07:32:10 -0700
message:
  * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-11 21:43:28 +0000
+++ b/src/ChangeLog     2010-04-12 14:32:10 +0000
@@ -1,3 +1,7 @@
+2010-04-12  Dan Nicolaescu  <address@hidden>
+
+       * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): 
Undefine.
+
 2010-04-11  Dan Nicolaescu  <address@hidden>
 
        Remove C_SWITCH_SYSTEM_TEMACS.

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-04-12 11:28:56 +0000
+++ b/src/Makefile.in   2010-04-12 14:32:10 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]