From 43ad8e611aca7364d4c37ce2dc24fcfd65fdcbf3 Mon Sep 17 00:00:00 2001 From: "Brant K. Kyser" Date: Sat, 12 Jan 2013 01:55:11 -0600 Subject: [PATCH] Remove comment about previously outstanding TODO that has been cleaned up. --- Examples/test-suite/java/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Examples/test-suite/java/Makefile.in b/Examples/test-suite/java/Makefile.in index 29ba2f36b..72fad777d 100644 --- a/Examples/test-suite/java/Makefile.in +++ b/Examples/test-suite/java/Makefile.in @@ -85,10 +85,6 @@ director_nspace_director_name_collision.%: JAVA_PACKAGE = $*Package +($(PKGDIRSETUP) && $(swig_and_compile_multi_cpp)) $(run_testcase) -# don't duplicate $(setup), just add explicit $(PKGDIRSETUP) -# This doesn't work yet since for PKGPRAGMA test, PKGDIRSETUP deletes -# JAVA_PACKAGE, but next line tries to cd there. - # COMPILES java files then runs the testcase. A testcase is only run if # a file is found which has _runme.java appended after the testcase name. # Note Java uses LD_LIBRARY_PATH under Unix, PATH under Cygwin/Windows, SHLIB_PATH on HPUX and DYLD_LIBRARY_PATH on Mac OS X.