aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris2014-06-28 16:29:06 -0700
committerGlenn Morris2014-06-28 16:29:06 -0700
commitef990bfd1f723e9a1be3079ffa2f96119db509bf (patch)
tree7f55d04c79c6fbd00b85e282b70ff32ba7ff5c7d /src/Makefile.in
parent8aa079fb75ff54590e6f3e2afad43e1594bd1e99 (diff)
downloademacs-ef990bfd1f723e9a1be3079ffa2f96119db509bf.tar.gz
emacs-ef990bfd1f723e9a1be3079ffa2f96119db509bf.zip
* src/Makefile.in: Fix thinko in previous.
Diffstat (limited to 'src/Makefile.in')
-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