aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 3 insertions, 1 deletions
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) \
498 498
499## The following oldxmenu-related rules are only (possibly) used if 499## The following oldxmenu-related rules are only (possibly) used if
500## HAVE_X11 && !USE_GTK, but there is no harm in always defining them. 500## HAVE_X11 && !USE_GTK, but there is no harm in always defining them.
501$(lwlibdir)/liblw.a: 501
502## This one needs globals.h to exist, eg for Vinstallation_directory.
503$(lwlibdir)/liblw.a: globals.h
502 $(MAKE) -C $(lwlibdir) liblw.a 504 $(MAKE) -C $(lwlibdir) liblw.a
503$(oldXMenudir)/libXMenu11.a: 505$(oldXMenudir)/libXMenu11.a:
504 $(MAKE) -C $(oldXMenudir) libXMenu11.a 506 $(MAKE) -C $(oldXMenudir) libXMenu11.a