From ef990bfd1f723e9a1be3079ffa2f96119db509bf Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 28 Jun 2014 16:29:06 -0700 Subject: [PATCH] * src/Makefile.in: Fix thinko in previous. --- src/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2