From 44d659d13e9e9521ab79bde45a5adb016dd9caac Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 10 Jul 2007 21:12:42 +0000 Subject: [PATCH] Remove templategis from make, install, clean targets. git-svn-id: http://svn.osgeo.org/postgis/trunk@2652 b70326c6-7e19-0410-871a-916f4a2858ee --- GNUmakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index cdc91a5bf..96ca7e653 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,13 +4,13 @@ # #----------------------------------------------------- -all: Makefile.config liblwgeom loaderdumper utils templategis +all: Makefile.config liblwgeom loaderdumper utils -install: all liblwgeom-install loaderdumper-install templategis-install +install: all liblwgeom-install loaderdumper-install -uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall templategis-uninstall +uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall -clean: Makefile.config liblwgeom-clean loaderdumper-clean docs-clean test-clean templategis-clean +clean: Makefile.config liblwgeom-clean loaderdumper-clean docs-clean test-clean rm -f lwpostgis.sql lwpostgis_upgrade.sql distclean: clean -- 2.49.0