Mercurial > emacs
changeset 108231:4ac65e89bb6e
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@.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 03 May 2010 20:20:50 -0700 |
parents | 109b5dfeb1dd |
children | a13ac113e6f6 |
files | lwlib/ChangeLog lwlib/Makefile.in |
diffstat | 2 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/ChangeLog Mon May 03 20:17:05 2010 -0700 +++ b/lwlib/ChangeLog Mon May 03 20:20:50 2010 -0700 @@ -1,3 +1,9 @@ +2010-05-04 Glenn Morris <rgm@gnu.org> + + * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): + Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ instead of + @c_switch_system@, @c_switch_machine@. + 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu> * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf.
--- a/lwlib/Makefile.in Mon May 03 20:17:05 2010 -0700 +++ b/lwlib/Makefile.in Mon May 03 20:20:50 2010 -0700 @@ -1,6 +1,6 @@ # Copyright (C) 1992, 1993 Lucid, Inc. -# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, -# 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, +# 2009, 2010 Free Software Foundation, Inc. # # This file is part of the Lucid Widget Library. # @@ -27,8 +27,8 @@ VPATH=@srcdir@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@ -C_SWITCH_SYSTEM=@c_switch_system@ -C_SWITCH_MACHINE=@c_switch_machine@ +C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ +C_SWITCH_MACHINE=@C_SWITCH_MACHINE@ CC=@CC@ CFLAGS=@CFLAGS@