diff options
Diffstat (limited to 'java/jmp/files/patch-Makefile.am')
-rw-r--r-- | java/jmp/files/patch-Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/java/jmp/files/patch-Makefile.am b/java/jmp/files/patch-Makefile.am new file mode 100644 index 000000000000..9795b08b1c4e --- /dev/null +++ b/java/jmp/files/patch-Makefile.am @@ -0,0 +1,19 @@ +$FreeBSD$ + +--- Makefile.am Tue May 13 22:11:38 2003 ++++ Makefile.am Tue May 13 22:12:05 2003 +@@ -42,12 +42,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: |