emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117438: * src/Makefile.in: Fix thinko in previous.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117438: * src/Makefile.in: Fix thinko in previous.
Date: Sat, 28 Jun 2014 23:29:09 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117438
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2014-06-28 16:29:06 -0700
message:
  * src/Makefile.in: Fix thinko in previous.
modified:
  src/Makefile.in                makefile.in-20091113204419-o5vbwnq5f7feedwu-631
=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2014-06-28 23:19:04 +0000
+++ b/src/Makefile.in   2014-06-28 23:29:06 +0000
@@ -498,7 +498,9 @@
 
 ## 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]