From: Glenn Morris Date: Tue, 4 May 2010 03:20:50 +0000 (-0700) Subject: Missing lwlib part of earlier C_SWITCH commit. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9bcdbf77c3b000543f84b69cdc8c1560f7f2009;p=emacs.git 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@. --- diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index ec764072cf1..648286e9622 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,9 @@ +2010-05-04 Glenn Morris + + * 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 * 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 @@ # 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 @@ srcdir=@srcdir@ 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@