diff options
author | Glenn Morris <rgm@gnu.org> | 2010-05-03 20:26:38 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-05-03 20:26:38 -0700 |
commit | fa5e317ac05b234f6b8f0407b1123d697026069c (patch) | |
tree | 82d5089e499b10f4a34e4a50d0e032348c2d1b07 /Makefile.in | |
parent | e9bcdbf77c3b000543f84b69cdc8c1560f7f2009 (diff) | |
download | emacs-fa5e317ac05b234f6b8f0407b1123d697026069c.tar.gz |
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@.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |