diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-11 13:17:24 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-04-11 13:17:24 -0700 |
commit | 76bd82023f5cc53d6ca40f33d87a10c26e5e9821 (patch) | |
tree | 7dfcdd79c1f470ae208860578c430761645746a0 /oldXMenu/Makefile.in | |
parent | 8d9c8ece918ed3f363f094526b358bcccb90dda5 (diff) | |
download | emacs-76bd82023f5cc53d6ca40f33d87a10c26e5e9821.tar.gz |
Use autoconf, not cpp for some variables.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
(C_SWITCH_X_SITE): Define using autoconf.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE)
(C_SWITCH_X_SITE): Define using autoconf.
* Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using
autoconf, not cpp.
(ALL_CFLAGS): Use them as make variables.
Diffstat (limited to 'oldXMenu/Makefile.in')
-rw-r--r-- | oldXMenu/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index a4a2d52b156..2e253ab5714 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in @@ -46,6 +46,8 @@ srcdir=@srcdir@ VPATH=@srcdir@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ +C_SWITCH_SYSTEM=@c_switch_system@ +C_SWITCH_MACHINE=@c_switch_machine@ EXTRA=insque.o CC=@CC@ |