From db7df0e27df2007718446df7b369801d46abd26b Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Tue, 17 Jul 2012 22:02:47 +0200 Subject: [PATCH] Makefile: adapt *.compile for new javac behaivour too --- tests/ClassPath2.compile | 4 ++-- tests/ClassPath3.compile | 2 +- tests/JARUsage1.compile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.25.1