--- Makefile Wed Jan 17 11:33:42 2001 +++ Makefile.fixed Wed Jan 17 11:33:36 2001 @@ -27,7 +27,7 @@ # This defines how to compile a java class .java.class: - $(JAVAC) $< + $(JAVAC) -classpath "." $< .SUFFIXES: .class .java .PHONY: all clean doc examples msg @@ -43,7 +43,8 @@ # this is breaking the versioning specifications released by Javasoft. # all: utils/CheckVersion.class - @$(MAKE) `$(JAVA) utils.CheckVersion` + @export CLASSPATH=.;\ + $(MAKE) `$(JAVA) utils.CheckVersion` # For 6.5.3 and 7.0+, we need to select the correct JDBC API, so prompt # for the version.