Added JAVAH

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6772 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-06-22 16:54:17 +00:00
parent c67048ff84
commit 1678808180

View file

@ -365,6 +365,13 @@ ifeq ($(JAVAC),)
JAVAC = javac
endif
#
# The Java Header Compiler.
#
ifeq ($(JAVAH),)
JAVAH = javah
endif
## Local variables:
## mode: makefile
## End: