From f20e99a468132c750f5f39f75d15d063208eb5a9 Mon Sep 17 00:00:00 2001 From: Markus Schaber Date: Mon, 7 Feb 2005 11:49:01 +0000 Subject: [PATCH] Fix makefile (broken by driverconfig.properties rename git-svn-id: http://svn.osgeo.org/postgis/trunk@1369 b70326c6-7e19-0410-871a-916f4a2858ee --- jdbc2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdbc2/Makefile b/jdbc2/Makefile index b6077083a..d5bd6fd00 100644 --- a/jdbc2/Makefile +++ b/jdbc2/Makefile @@ -65,7 +65,7 @@ all: jar \ jar: compile $(JAR) -cf postgis.jar -C $(BUILD) . \ - -C $(SRCDIR) org/postgresql/postgresql.properties \ + -C $(SRCDIR) org/postgresql/driverconfig.properties \ README COPYING_LGPL -C .. COPYING $(JAR) -cf postgis_debug.jar -C $(BUILD) . README COPYING_LGPL -C .. COPYING $(JAR) -uf postgis_debug.jar -C $(SRCDIR) . -- 2.49.0