Mercurial > emacs
diff ChangeLog @ 108232:a13ac113e6f6
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@.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 03 May 2010 20:26:38 -0700 |
parents | 0c1c81ee223e |
children | 39e86d46390a |
line wrap: on
line diff
--- a/ChangeLog Mon May 03 20:20:50 2010 -0700 +++ b/ChangeLog Mon May 03 20:26:38 2010 -0700 @@ -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 <rgm@gnu.org>