lwpostgis.sql copy moved from root to lwgeom/Makefile

git-svn-id: http://svn.osgeo.org/postgis/trunk@1137 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2004-12-13 13:04:41 +00:00
parent ef88caf137
commit 4dcaa1da1c
2 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,6 @@ clean: liblwgeom-clean loaderdumper-clean
liblwgeom:
$(MAKE) -C lwgeom
cp lwgeom/lwpostgis.sql lwpostgis.sql
liblwgeom-clean:
$(MAKE) -C lwgeom clean

View file

@ -120,6 +120,7 @@ all: $(GEOS_RULES) all-lib lwpostgis.sql
lwpostgis.sql: lwpostgis.sql.in
cpp -P -traditional-cpp -DUSE_VERSION=$(USE_VERSION) $< | sed -e 's:@MODULE_FILENAME@:$(MODULE_FILENAME):g;s:@POSTGIS_VERSION@:$(POSTGIS_VERSION):g;s:@POSTGIS_SCRIPTS_VERSION@:$(SCRIPTS_VERSION):g' | grep -v ^# > $@
cp lwpostgis.sql ..
install: all installdirs install-lwgeom-lib install-lwgeom-scripts