File icedtea-2.3.2-fix-extract-jamvm-dependency.patch of Package java-1_7_0-openjdk.openSUSE_12.2_Update
Index: icedtea-2.3.2/Makefile.am =================================================================== --- icedtea-2.3.2.orig/Makefile.am 2012-08-31 16:12:45.117462371 +0200 +++ icedtea-2.3.2/Makefile.am 2012-09-17 16:18:09.395008229 +0200 @@ -1287,7 +1287,7 @@ 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 ; \ Index: icedtea-2.3.2/Makefile.in =================================================================== --- icedtea-2.3.2.orig/Makefile.in 2012-08-31 21:37:17.545573948 +0200 +++ icedtea-2.3.2/Makefile.in 2012-09-17 16:18:34.155896484 +0200 @@ -1746,7 +1746,7 @@ clean-extract-cacao: clean-cacao rm -f stamps/extract-cacao.stamp -stamps/extract-jamvm.stamp: +stamps/extract-jamvm.stamp: stamps/download-jamvm.stamp @BUILD_JAMVM_TRUE@ set -e ; \ @BUILD_JAMVM_TRUE@ if ! test -d jamvm ; \ @BUILD_JAMVM_TRUE@ then \