From: Sandro Santilli Date: Mon, 20 Sep 2004 12:07:36 +0000 (+0000) Subject: Added lwpostgis.sql rule X-Git-Tag: pgis_1_0_0RC1~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=319cd09816984af29e281b155d43ad0580a8c3bf;p=postgis Added lwpostgis.sql rule git-svn-id: http://svn.osgeo.org/postgis/trunk@848 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index 2f89927f0..54245fa8f 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,11 @@ install: all liblwgeom-install loaderdumper-install uninstall: liblwgeom-uninstall loaderdumper-uninstall clean: liblwgeom-clean loaderdumper-clean + rm -f lwpostgis.sql liblwgeom: $(MAKE) -C lwgeom + cp lwgeom/lwpostgis.sql lwpostgis.sql liblwgeom-clean: $(MAKE) -C lwgeom clean