From: Bernhard Urban Date: Tue, 17 Jul 2012 20:02:47 +0000 (+0200) Subject: Makefile: adapt *.compile for new javac behaivour too X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=commitdiff_plain;h=db7df0e27df2007718446df7b369801d46abd26b Makefile: adapt *.compile for new javac behaivour too --- diff --git a/tests/ClassPath2.compile b/tests/ClassPath2.compile index 1bdc2d3..159e670 100644 --- a/tests/ClassPath2.compile +++ b/tests/ClassPath2.compile @@ -1,2 +1,2 @@ -javac tests/this/is/a/class/path/test/ClassPath1.java -javac -classpath tests/this/is/a/class tests/ClassPath2.java +javac tests/this/is/a/class/path/test/ClassPath1.java jmate/lang/System.java jmate/io/PrintStream.java java/lang/Character.java java/lang/Integer.java java/lang/String.java java/lang/System.java java/io/PrintStream.java +javac -classpath tests/this/is/a/class tests/ClassPath2.java jmate/lang/System.java jmate/io/PrintStream.java java/lang/Character.java java/lang/Integer.java java/lang/String.java java/lang/System.java java/io/PrintStream.java diff --git a/tests/ClassPath3.compile b/tests/ClassPath3.compile index 9cca39e..18ccd70 100644 --- a/tests/ClassPath3.compile +++ b/tests/ClassPath3.compile @@ -1,3 +1,3 @@ -javac tests/this/is/a/class/path/test/ClassPath2.java +javac tests/this/is/a/class/path/test/ClassPath2.java jmate/lang/System.java jmate/io/PrintStream.java java/lang/Character.java java/lang/Integer.java java/lang/String.java java/lang/System.java java/io/PrintStream.java # and make `make' happy by providing a class file at a proper place: cp tests/this/is/a/class/path/test/ClassPath2.class tests/ClassPath3.class diff --git a/tests/JARUsage1.compile b/tests/JARUsage1.compile index 8473ead..a3a44b7 100644 --- a/tests/JARUsage1.compile +++ b/tests/JARUsage1.compile @@ -1 +1 @@ -javac -classpath tests/jar1.jar tests/JARUsage1.java +javac -classpath tests/jar1.jar tests/JARUsage1.java jmate/lang/System.java jmate/io/PrintStream.java java/lang/Character.java java/lang/Integer.java java/lang/String.java java/lang/System.java java/io/PrintStream.java