From 1f1278eba6dc6a9e65c48c822cde1429d689bcee Mon Sep 17 00:00:00 2001 From: Dalibor Topic Date: Tue, 17 Apr 2007 14:30:06 +0000 Subject: 2007-04-17 Dalibor Topic * lib/Makefile.am (JAVAH): Removed unused variable. --- lib/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index ba7b72db3..c5e16f44b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -36,8 +36,6 @@ JCOMPILER = $(JAVAC) -bootclasspath '' -classpath $(compile_classpath) -d . @cla endif # FOUND_JAVAC endif # FOUND_ECJ -JAVAH = $(USER_JAVAH) -jni -classpath .:$(USER_CLASSLIB) - if CREATE_COLLECTIONS COLLECTIONS = collections.jar -- cgit v1.2.1