Fix out of source builds for the test-suite which broke in 1.3.37

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12159 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-07-18 00:06:40 +00:00
commit 7338f39936
3 changed files with 1 additions and 3 deletions

View file

@ -39,7 +39,6 @@ include $(srcdir)/../common.mk
# Overridden variables here
JAVA_PACKAGE = $*
SWIGOPT += -package $(JAVA_PACKAGE)
INTERFACEDIR = ../../
# Custom tests - tests with additional commandline options
nspace.%: JAVA_PACKAGE = $*Package