From: Markus Schaber Date: Thu, 3 Mar 2005 16:06:02 +0000 (+0000) Subject: Fix compile with jikes X-Git-Tag: pgis_1_0_0RC4~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33d9f66ca864a8a379b7babdb51633e20aaddbde;p=postgis Fix compile with jikes git-svn-id: http://svn.osgeo.org/postgis/trunk@1465 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/jdbc2/Makefile b/jdbc2/Makefile index dc359e0b7..e82047713 100644 --- a/jdbc2/Makefile +++ b/jdbc2/Makefile @@ -98,7 +98,7 @@ SRCDIR=src EXAMPLES=examples BUILD=bin RUNCP=$(POSTGIS_BUILD_CLASSPATH):postgis.jar -BUILDCP=$(STUBBUILD):$(POSTGIS_BUILD_CLASSPATH) +BUILDCP=$(STUBBUILD):$(POSTGIS_BUILD_CLASSPATH):$(SRCDIR) # All the java files to compile SRC= $(SRCDIR)/examples/Test.java \