diff options
author | jestin | 2002-06-07 11:25:57 +0000 |
---|---|---|
committer | jestin | 2002-06-07 11:25:57 +0000 |
commit | c3ef99ea8cf40c894b42fc1cb6f88c627b63e3e1 (patch) | |
tree | d94c825bd63144a1a16129fe490b7154688b03f8 /examples/Makefile | |
parent | be2d18b332eb74b6529e18a8f10abf71fcd7382a (diff) | |
download | ivy-java-c3ef99ea8cf40c894b42fc1cb6f88c627b63e3e1.zip ivy-java-c3ef99ea8cf40c894b42fc1cb6f88c627b63e3e1.tar.gz ivy-java-c3ef99ea8cf40c894b42fc1cb6f88c627b63e3e1.tar.bz2 ivy-java-c3ef99ea8cf40c894b42fc1cb6f88c627b63e3e1.tar.xz |
Minor corrections.
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index c9e6206..2deae23 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -4,7 +4,7 @@ JAVACOPTS = -deprecation .SUFFIXES: .java .class SRCS = TestIvy.java TestIvySwing.java Counter.java ivyTranslater.java OBJS = $(SRCS:.java=.class) - JAVAC = jikes + JAVAC = jikes -classpath $(JIKESPATH) -d . #JAVAC = javac .java.class: |