summaryrefslogtreecommitdiff
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.in25
1 files changed, 8 insertions, 17 deletions
diff --git a/java/jmp/files/patch-Makefile.in b/java/jmp/files/patch-Makefile.in
index 847866fdbb7f..c0d80c265ac1 100644
--- a/java/jmp/files/patch-Makefile.in
+++ b/java/jmp/files/patch-Makefile.in
@@ -1,19 +1,10 @@
$FreeBSD$
---- Makefile.in Tue May 13 22:11:43 2003
-+++ Makefile.in Tue May 13 22:12:29 2003
-@@ -598,12 +598,12 @@
- gcc -shared -o $@ ${OBJECTS} -Wl,--kill-at
-
- jmp/JMPController.class : java/jmp/JMPController.java
-- javac -sourcepath java -d . $<
-+ ${JAVAC} -sourcepath java -d . $<
-
- # javah does not update file modification time, so touch it
- # otherwise we will remake file every time
- jmp_JMPController.h: jmp/JMPController.class
-- javah jmp.JMPController
-+ ${JAVAH} jmp.JMPController
- @touch jmp_JMPController.h
-
- javadocs:
+--- Makefile.in.orig Tue Aug 17 18:52:26 2004
++++ Makefile.in Wed Aug 18 00:29:11 2004
+@@ -639 +639 @@
+- javac -sourcepath ${top_srcdir}/java -d . $<
++ ${JAVAC} -sourcepath ${top_srcdir}/java -d . $<
+@@ -644 +644 @@
+- javah -classpath . jmp.JMPController
++ ${JAVAH} -classpath . jmp.JMPController