blob: 5b01a4c26cf0931796afe0e7bbd27a55927b910c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Upstream-Status: pending
Fix parallel builds
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Index: source/data/Makefile.in
===================================================================
--- source.orig/data/Makefile.in 2011-09-02 02:03:37.000000000 +0400
+++ source/data/Makefile.in 2011-09-02 02:06:26.000000000 +0400
@@ -351,8 +351,8 @@
endif
-build-dir: $(BUILD_DIRS)
-$(BUILD_DIRS):
+$(MAINBUILDDIR) $(BUILD_DIRS): build-dir
+build-dir:
-$(MKINSTALLDIRS) $(BUILD_DIRS)
|