summaryrefslogtreecommitdiff
path: root/java/jmp/files/patch-Makefile.in
blob: 847866fdbb7f317c86c54edee9b3441133649e9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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: