From: Sandro Santilli Date: Fri, 9 Oct 2015 08:35:19 +0000 (+0000) Subject: Do not force comments uninstall when building without postgresql X-Git-Tag: 2.3.0beta1~433 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67b13f57cb6b37104d91320ce085638aded2d928;p=postgis Do not force comments uninstall when building without postgresql See #3325 (friend with #3157) git-svn-id: http://svn.osgeo.org/postgis/trunk@14240 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index b63e28920..4ced3f15c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -25,9 +25,8 @@ all: postgis_svn_revision.h ifeq (@LIBLWGEOM_ONLY@,no) install: all comments-install -endif - uninstall: docs-uninstall comments-uninstall +endif clean: docs-clean clean-local