aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--oldXMenu/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 48e7a30020e..49569e5f79b 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,7 @@
12010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
4
12010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 52010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused. 7 * Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index b729f34ee93..52c6fe97428 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -46,6 +46,7 @@
46srcdir=@srcdir@ 46srcdir=@srcdir@
47VPATH=@srcdir@ 47VPATH=@srcdir@
48C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 48C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
49C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
49C_SWITCH_SYSTEM=@c_switch_system@ 50C_SWITCH_SYSTEM=@c_switch_system@
50C_SWITCH_MACHINE=@c_switch_machine@ 51C_SWITCH_MACHINE=@c_switch_machine@
51 52