blob: 2a40205f6daeb44243c31ef33cb319ca036ad72c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- 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 . $<
@@ -710 +710 @@
- javah -classpath . jmp.JMPController
+ ${JAVAH} -classpath . jmp.JMPController
|