* src/Makefile.in: Fix thinko in previous.
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Jun 2014 23:29:06 +0000 (16:29 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Jun 2014 23:29:06 +0000 (16:29 -0700)
src/Makefile.in

index 27d52bd..ae16f02 100644 (file)
@@ -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