aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorMiles Bader2008-01-30 07:57:28 +0000
committerMiles Bader2008-01-30 07:57:28 +0000
commitd235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch)
tree96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/Makefile.in
parent3709a060f679dba14df71ae64a0035fa2b5b3106 (diff)
parent02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff)
downloademacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz
emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index d0943e69eea..9435a88a1ec 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1032,11 +1032,6 @@ temacs${EXEEXT}: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} $
1032prefix-args${EXEEXT}: prefix-args.c $(config_h) 1032prefix-args${EXEEXT}: prefix-args.c $(config_h)
1033 $(CC) $(ALL_CFLAGS) $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args 1033 $(CC) $(ALL_CFLAGS) $(LDFLAGS) ${srcdir}/prefix-args.c -o prefix-args
1034 1034
1035/* Do not lose if this was not defined. */
1036#ifndef OLDXMENU_OPTIONS
1037#define OLDXMENU_OPTIONS
1038#endif
1039
1040#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (HAVE_GTK) 1035#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (HAVE_GTK)
1041 1036
1042/* We use stamp-xmenu with these two deps 1037/* We use stamp-xmenu with these two deps
@@ -1082,7 +1077,7 @@ C_SWITCH_X_SITE_1 = C_SWITCH_X_SITE
1082C_SWITCH_X_MACHINE_1 = C_SWITCH_X_MACHINE 1077C_SWITCH_X_MACHINE_1 = C_SWITCH_X_MACHINE
1083C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM 1078C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM
1084really-oldXMenu: 1079really-oldXMenu:
1085 cd ${oldXMenudir}; ${MAKE} ${MFLAGS} OLDXMENU_OPTIONS \ 1080 cd ${oldXMenudir}; ${MAKE} ${MFLAGS} \
1086 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ 1081 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \
1087 "C_SWITCH_X_SITE=$(C_SWITCH_X_SITE_1)" \ 1082 "C_SWITCH_X_SITE=$(C_SWITCH_X_SITE_1)" \
1088 "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \ 1083 "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \