aboutsummaryrefslogtreecommitdiff
path: root/java/jmp/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'java/jmp/files/patch-Makefile.in')
-rw-r--r--java/jmp/files/patch-Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/java/jmp/files/patch-Makefile.in b/java/jmp/files/patch-Makefile.in
index c0d80c265ac1..2a40205f6dae 100644
--- a/java/jmp/files/patch-Makefile.in
+++ b/java/jmp/files/patch-Makefile.in
@@ -1,10 +1,13 @@
$FreeBSD$
---- Makefile.in.orig Tue Aug 17 18:52:26 2004
-+++ Makefile.in Wed Aug 18 00:29:11 2004
-@@ -639 +639 @@
+--- Makefile.in.orig Sat Oct 29 21:48:51 2005
++++ Makefile.in Mon Nov 21 01:20:51 2005
+@@ -332 +332 @@
+- inst=`echo $$inst | sed '$(transform)'`.$$ext; \
++ inst=$$inst.$$ext; \
+@@ -705 +705 @@
- javac -sourcepath ${top_srcdir}/java -d . $<
+ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $<
-@@ -644 +644 @@
+@@ -710 +710 @@
- javah -classpath . jmp.JMPController
+ ${JAVAH} -classpath . jmp.JMPController