[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-908-gdd87f363c
git at osgeo.org
git at osgeo.org
Thu May 18 13:52:08 PDT 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via dd87f363c960d455c0760465626f016cafc7c25e (commit)
from af23d0ebf41cad42462495606c13b43e3c8ecc2e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dd87f363c960d455c0760465626f016cafc7c25e
Author: Sandro Santilli <strk at kbt.io>
Date: Thu May 18 22:45:25 2023 +0200
Fix distclean when building with raster and without sfcgal
diff --git a/GNUmakefile.in b/GNUmakefile.in
index fe1d2dc8c..ff22de078 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -135,7 +135,7 @@ distclean-local: clean-local
fi
if test -z "@SFCGAL@"; then \
$(MAKE) -C sfcgal distclean; \
- rm -f raster/Makefile; \
+ rm -f sfcgal/Makefile; \
fi
maintainer-clean-local: distclean-local
-----------------------------------------------------------------------
Summary of changes:
GNUmakefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list