From: Paul Ramsey Date: Thu, 15 Jan 2004 00:23:08 +0000 (+0000) Subject: Change absolute classpath reference to relative. X-Git-Tag: pgis_0_8_2~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e152805a0beda6ea1017c3cd9f050748aded7e1;p=postgis Change absolute classpath reference to relative. git-svn-id: http://svn.osgeo.org/postgis/trunk@425 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/jdbc/Makefile b/jdbc/Makefile index 2ac726a90..95684c784 100644 --- a/jdbc/Makefile +++ b/jdbc/Makefile @@ -1,7 +1,7 @@ JAVAC = javac JAVA = java JAR = jar -CLASSPATH = /home/pramsey/geotools/extbin/postgis/lib/postgresql.jar: +CLASSPATH = ../../../src/interfaces/jdbc/jars/postgresql.jar:. all: ogis \ pgobjs \