1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00

* src/Makefile.in: Fix thinko in previous.

This commit is contained in:
Glenn Morris 2014-06-28 16:29:06 -07:00
parent 8aa079fb75
commit ef990bfd1f

View 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