From: Sandro Santilli Date: Fri, 17 Dec 2004 18:00:16 +0000 (+0000) Subject: Fixed call to geos_version.sh X-Git-Tag: pgis_1_0_0RC1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1980c285f9b558487b532b9c698f6ee52d0c69ec;p=postgis Fixed call to geos_version.sh git-svn-id: http://svn.osgeo.org/postgis/trunk@1163 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/Makefile b/lwgeom/Makefile index 0b4eff76d..945697439 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -146,7 +146,7 @@ endif # not win #---------------------------------------------------------- detect_geos_version: - ../geos_version.sh $(GEOS_DIR) > postgis_geos_version.h + sh ../geos_version.sh $(GEOS_DIR) > postgis_geos_version.h installdirs: $(mkinstalldirs) $(libdir)