Fix some dependency problems that cause unnecessary recompiles.
commit7e8ed4f7f95f6f63198b0dd106f11cbff8e6aae2
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Nov 2013 07:50:57 +0000 (20 23:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Nov 2013 07:50:57 +0000 (20 23:50 -0800)
treeeab135c758ec641e45ea8de31f87fc1da5ad5ba0
parent75360f19c3994ab7a532124b7f5eb92bfe7c82ed
Fix some dependency problems that cause unnecessary recompiles.

Problem reported by RMS in
<http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00421.html>.
* configure.ac (OLDXMENU_TARGET, OLDXMENU, LIBXMENU, OLDXMENU_DEPS):
Remove.
(LIBXMENU_DIR, LIBXMENU_BASE): New vars.
* src/Makefile.in (OLDXMENU_TARGET, OLDXMENU, OLDXMENU_DEPS)
(really-lwlib, really-oldXMenu, stamp-oldxmenu)
(../src/$(OLDXMENU), $(OLDXMENU)): Remove.
(LIBXMENU_DIR, LIBXMENU_BASE): New macros.
(LIBXMENU): Use them.
(temacs$(EXEEXT)): Depend on $(LIBXMENU), not stamp-oldxmenu.
($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a, FORCE): New targets.
(boostrap-clean): No need to remove stamp-oldxmenu.
ChangeLog
configure.ac
src/ChangeLog
src/Makefile.in