From 8519232d51327515d031273376410441fc5d0280 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 29 Jul 2012 18:53:31 +0300 Subject: [PATCH] Fix parallel builds on Windows in lib-src. lib-src/makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2