aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-05-03 20:20:50 -0700
committerGlenn Morris2010-05-03 20:20:50 -0700
commite9bcdbf77c3b000543f84b69cdc8c1560f7f2009 (patch)
tree85ecedf8be1bfd8789c80589a99674cbb5ae6ae6
parent397574f6af713bdf9ae199e971384cb30e467b79 (diff)
downloademacs-e9bcdbf77c3b000543f84b69cdc8c1560f7f2009.tar.gz
emacs-e9bcdbf77c3b000543f84b69cdc8c1560f7f2009.zip
Missing lwlib part of earlier C_SWITCH commit.
* lwlib/Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ instead of @c_switch_system@, @c_switch_machine@.
-rw-r--r--lwlib/ChangeLog6
-rw-r--r--lwlib/Makefile.in8
2 files changed, 10 insertions, 4 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index ec764072cf1..648286e9622 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,9 @@
12010-05-04 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE):
4 Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ instead of
5 @c_switch_system@, @c_switch_machine@.
6
12010-04-27 Dan Nicolaescu <dann@ics.uci.edu> 72010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2 8
3 * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. 9 * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index 468d1edc50b..c334ef08c78 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -1,6 +1,6 @@
1# Copyright (C) 1992, 1993 Lucid, Inc. 1# Copyright (C) 1992, 1993 Lucid, Inc.
2# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
3# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3# 2009, 2010 Free Software Foundation, Inc.
4# 4#
5# This file is part of the Lucid Widget Library. 5# This file is part of the Lucid Widget Library.
6# 6#
@@ -27,8 +27,8 @@ srcdir=@srcdir@
27VPATH=@srcdir@ 27VPATH=@srcdir@
28C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ 28C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
29C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@ 29C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
30C_SWITCH_SYSTEM=@c_switch_system@ 30C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
31C_SWITCH_MACHINE=@c_switch_machine@ 31C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
32 32
33CC=@CC@ 33CC=@CC@
34CFLAGS=@CFLAGS@ 34CFLAGS=@CFLAGS@