From: Glenn Morris Date: Sat, 28 Jun 2014 23:29:06 +0000 (-0700) Subject: * src/Makefile.in: Fix thinko in previous. X-Git-Tag: emacs-25.0.90~2612^2~709^2~693^2~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef990bfd1f723e9a1be3079ffa2f96119db509bf;p=emacs.git * src/Makefile.in: Fix thinko in previous. --- diff --git a/src/Makefile.in b/src/Makefile.in index 27d52bdc041..ae16f023105 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -498,7 +498,9 @@ temacs$(EXEEXT): $(LIBXMENU) $(ALLOBJS) \ ## The following oldxmenu-related rules are only (possibly) used if ## HAVE_X11 && !USE_GTK, but there is no harm in always defining them. -$(lwlibdir)/liblw.a: + +## This one needs globals.h to exist, eg for Vinstallation_directory. +$(lwlibdir)/liblw.a: globals.h $(MAKE) -C $(lwlibdir) liblw.a $(oldXMenudir)/libXMenu11.a: $(MAKE) -C $(oldXMenudir) libXMenu11.a