From e3e9e5f4edcbc2a8726f18f1f836fca92bca2607 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 9 Apr 2003 03:40:45 +0000 Subject: [PATCH] Makefile update git-svn-id: http://svn.osgeo.org/postgis/trunk@254 b70326c6-7e19-0410-871a-916f4a2858ee --- jdbc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdbc/Makefile b/jdbc/Makefile index 7d34509c9..2ac726a90 100644 --- a/jdbc/Makefile +++ b/jdbc/Makefile @@ -1,7 +1,7 @@ JAVAC = javac JAVA = java JAR = jar -CLASSPATH = ../original/jars/postgresql.jar:postgis.jar:. +CLASSPATH = /home/pramsey/geotools/extbin/postgis/lib/postgresql.jar: all: ogis \ pgobjs \ -- 2.50.1