aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-11-21 09:26:55 -0800
committerPaul Eggert2013-11-21 09:26:55 -0800
commit4e8b693819c766e3c5c66096f500802559d9e124 (patch)
tree07587b77ef5e8b28786c311f16a8c073303ede64 /src/ChangeLog
parent06e752b48f12b914c55bbb51842dbed45080e0bd (diff)
downloademacs-4e8b693819c766e3c5c66096f500802559d9e124.tar.gz
emacs-4e8b693819c766e3c5c66096f500802559d9e124.zip
Use just LIBXMENU, not LIBXMENU_DIR and LIBXMENU_BASE.
This simplifies the previous change to configure.ac and src/Makefile.in.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1a8ac2190a3..769b4ca6e64 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,8 +6,6 @@
6 * Makefile.in (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS) 6 * Makefile.in (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS)
7 (really-lwlib, really-oldXMenu, stamp-oldxmenu) 7 (really-lwlib, really-oldXMenu, stamp-oldxmenu)
8 (../src/$(OLDXMENU), $(OLDXMENU)): Remove. 8 (../src/$(OLDXMENU), $(OLDXMENU)): Remove.
9 (LIBXMENU_DIR, LIBXMENU_BASE): New macros.
10 (LIBXMENU): Use them.
11 (temacs$(EXEEXT)): Depend on $(LIBXMENU), not stamp-oldxmenu. 9 (temacs$(EXEEXT)): Depend on $(LIBXMENU), not stamp-oldxmenu.
12 ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a, FORCE): New targets. 10 ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a, FORCE): New targets.
13 (boostrap-clean): No need to remove stamp-oldxmenu. 11 (boostrap-clean): No need to remove stamp-oldxmenu.