emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109263: Fix parallel builds on Windo


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109263: Fix parallel builds on Windows in lib-src.
Date: Sun, 29 Jul 2012 18:53:31 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109263
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-29 18:53:31 +0300
message:
  Fix parallel builds on Windows in lib-src.
  
   lib-src/makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-07-12 15:20:39 +0000
+++ b/lib-src/ChangeLog 2012-07-29 15:53:31 +0000
@@ -1,3 +1,7 @@
+2012-07-29  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD.
+
 2012-07-12  Paul Eggert  <address@hidden>
 
        * movemail.c: Add missing 'defined'.

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2012-07-29 08:18:29 +0000
+++ b/lib-src/makefile.w32-in   2012-07-29 15:53:31 +0000
@@ -467,4 +467,4 @@
 
 $(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O): stamp_BLD
 
-$(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O): stamp_BLD
+$(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O) $(BLD)/profile.$(O): stamp_BLD


reply via email to

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