Fix loading of postgis.sql

git-svn-id: http://svn.osgeo.org/postgis/trunk@5714 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2010-06-30 15:51:17 +00:00
parent 9243258003
commit d30ca83a70

View file

@ -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)