aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/icedtea-web/files/patch-Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/java/icedtea-web/files/patch-Makefile.in b/java/icedtea-web/files/patch-Makefile.in
index 7443146db435..86cbc44ddfa8 100644
--- a/java/icedtea-web/files/patch-Makefile.in
+++ b/java/icedtea-web/files/patch-Makefile.in
@@ -1,5 +1,5 @@
--- Makefile.in.orig 2011-06-08 17:59:15.371244000 -0400
-+++ Makefile.in 2011-07-12 13:22:56.000000000 -0400
++++ Makefile.in 2011-07-12 18:44:48.000000000 -0400
@@ -275,14 +275,14 @@
@@ -140,15 +140,17 @@
itweb-settings.desktop: $(srcdir)/itweb-settings.desktop.in
sed "s#PATH_TO_ITWEB_SETTINGS#$(bindir)/$(itweb_settings)#" \
-@@ -897,7 +901,7 @@
+@@ -897,8 +901,8 @@
fi
check-pac-functions: stamps/bootstrap-directory.stamp
- ./jrunscript $(abs_top_srcdir)/tests/netx/pac/pac-funcs-test.js \
+- $$(readlink -f $(abs_top_srcdir)/netx/net/sourceforge/jnlp/runtime/pac-funcs.js)
+ $(SHELL) jrunscript $(abs_top_srcdir)/tests/netx/pac/pac-funcs-test.js \
- $$(readlink -f $(abs_top_srcdir)/netx/net/sourceforge/jnlp/runtime/pac-funcs.js)
++ $$(realpath $(abs_top_srcdir)/netx/net/sourceforge/jnlp/runtime/pac-funcs.js)
junit-runner-source-files.txt:
+ find $(JUNIT_RUNNER_SRCDIR) -name '*.java' | sort > $@
@@ -926,10 +930,11 @@
run-netx-unit-tests: stamps/netx-unit-tests-compile.stamp \