You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/icedtea/files/icedtea-7.2.3.4-parallel-un...

18 lines
420 B

Author: Ralph Sennhauser <sera@gentoo.org>
Fix parallel unpacking #453608
diff --git a/Makefile.am b/Makefile.am
index 3f96d92..714cefa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1289,7 +1289,7 @@ endif
clean-extract-cacao: clean-cacao
rm -f stamps/extract-cacao.stamp
-stamps/extract-jamvm.stamp:
+stamps/extract-jamvm.stamp: stamps/download-jamvm.stamp
if BUILD_JAMVM
set -e ; \
if ! test -d jamvm ; \