From: Sandro Santilli Date: Wed, 30 Jun 2010 15:51:17 +0000 (+0000) Subject: Fix loading of postgis.sql X-Git-Tag: 2.0.0alpha1~2964 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d30ca83a70551e0e9903b799f73b00fea6ab8c3e;p=postgis Fix loading of postgis.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@5714 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/test/Makefile b/topology/test/Makefile index 99f4663dc..423245b15 100644 --- a/topology/test/Makefile +++ b/topology/test/Makefile @@ -34,7 +34,7 @@ test: inittopo load loadmore hier cache pred invalid edit initdb: createdb $(DATABASE) createlang plpgsql $(DATABASE) - psql -f ../../lwpostgis.sql $(DATABASE) + psql -f ../../postgis/postgis.sql $(DATABASE) inittopo: psql -f ../topology.sql $(DATABASE)