From: Sandro Santilli Date: Mon, 13 Dec 2004 13:04:41 +0000 (+0000) Subject: lwpostgis.sql copy moved from root to lwgeom/Makefile X-Git-Tag: pgis_1_0_0RC1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dcaa1da1c9f592790671f4b1797c2d2faf39cda;p=postgis lwpostgis.sql copy moved from root to lwgeom/Makefile git-svn-id: http://svn.osgeo.org/postgis/trunk@1137 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index 54245fa8f..b26c46467 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/lwgeom/Makefile b/lwgeom/Makefile index ca7f96ae4..0b4eff76d 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -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