blob: 6ab15d7490cae8718aca22fefd259c912a64ad52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Fix parallel build
http://bugs.gentoo.org/136373
--- xfsdump-2.2.33/dump/Makefile
+++ xfsdump-2.2.33/dump/Makefile
@@ -106,3 +106,5 @@
$(INVINCL) $(INVCOMMON):
$(RM) $@; $(LN_S) ../inventory/$@ $@
+
+$(LOCALS): $(LINKS)
--- xfsdump-2.2.33/invutil/Makefile
+++ xfsdump-2.2.33/invutil/Makefile
@@ -70,3 +70,5 @@
$(INVINCL) $(INVCOMMON):
$(RM) $@; $(LN_S) ../inventory/$@ $@
+
+$(LOCALS): $(LINKS)
--- xfsdump-2.2.33/restore/Makefile
+++ xfsdump-2.2.33/restore/Makefile
@@ -116,3 +116,5 @@
$(INVINCL) $(INVCOMMON):
$(RM) $@; $(LN_S) ../inventory/$@ $@
+
+$(LOCALS): $(LINKS)
|