From: Eli Zaretskii Date: Sun, 29 Jul 2012 15:53:31 +0000 (+0300) Subject: Fix parallel builds on Windows in lib-src. X-Git-Tag: emacs-24.2.90~1026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8519232d51327515d031273376410441fc5d0280;p=emacs.git Fix parallel builds on Windows in lib-src. lib-src/makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4f4d2b50a00..3a5c80db356 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2012-07-29 Eli Zaretskii + + * makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD. + 2012-07-12 Paul Eggert * movemail.c: Add missing 'defined'. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index ba76c6df93f..65e2f7cae25 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -467,4 +467,4 @@ $(BLD)/test-distrib.$(O) $(MOVEMAILOBJS): stamp_BLD $(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