From: Glenn Morris Date: Tue, 4 May 2010 03:26:38 +0000 (-0700) Subject: Yet another missing piece of C_SWITCH commit. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~288 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa5e317ac05b234f6b8f0407b1123d697026069c;p=emacs.git Yet another missing piece of C_SWITCH commit. * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than @c_switch_system@. * oldXMenu/Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than @c_switch_system@, @c_switch_machine@. --- diff --git a/ChangeLog b/ChangeLog index c35a18aee37..3edff34249c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output variables, replacing c_switch_machine, c_switch_system. + * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than + @c_switch_system@. 2010-05-03 Glenn Morris diff --git a/Makefile.in b/Makefile.in index 8942bc66878..cd60e9ee3a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,7 +70,7 @@ CDPATH= CC=@CC@ CPP=@CPP@ -C_SWITCH_SYSTEM=@c_switch_system@ +C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ ALLOCA=@ALLOCA@ LN_S=@LN_S@ CFLAGS=@CFLAGS@ diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 49569e5f79b..bf7f7a78247 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/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@ rather than + @c_switch_system@, @c_switch_machine@. + 2010-04-27 Dan Nicolaescu * Makefile.in (C_SWITCH_X_SYSTEM): Define using autoconf. diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index 52c6fe97428..bdaa87695e0 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in @@ -47,8 +47,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@ EXTRA=insque.o CC=@CC@