summaryrefslogtreecommitdiff
blob: 53c63290dd04681026c4e03fef8626568c0586c5 (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
Author: Ralph Sennhauser <sera@gentoo.org>

Fix parallel unpacking #453608

diff --git a/Makefile.am b/Makefile.am
index 48029bc..34882a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1099,7 +1099,7 @@ clean-extract-openjdk:
 	rm -f stamps/patch-fsg.stamp
 	rm -f stamps/patch.stamp
 
-stamps/extract-cacao.stamp:
+stamps/extract-cacao.stamp: stamps/download-cacao.stamp
 if BUILD_CACAO
 if !USE_SYSTEM_CACAO
 if USE_ALT_CACAO_SRC_DIR
@@ -1124,7 +1124,7 @@ endif
 	mkdir -p stamps
 	touch $@
 
-stamps/extract-jamvm.stamp:
+stamps/extract-jamvm.stamp: stamps/download-jamvm.stamp
 if BUILD_JAMVM
 	set -e ; \
 	if ! test -d jamvm ; \