From 031da01eb1e05778c1e954ec3caa4b6daf38a4e4 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 14 Aug 2019 11:06:13 +0000 Subject: [PATCH] Fix syntax error in expr line Closes #4477 git-svn-id: http://svn.osgeo.org/postgis/trunk@17709 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/Makefile.in b/postgis/Makefile.in index 69653f453..fd6607dc5 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -223,7 +223,7 @@ geobuf.pb-c.c geobuf.pb-c.h: geobuf.proto ifeq (@HAVE_PROTOBUF@,yes) lwgeom_out_mvt.o: vector_tile.pb-c.h mvt.o: vector_tile.pb-c.h -ifeq ($(shell expr $(PROTOCC_VERSION) ">=" 10100),1) +ifeq ($(shell expr @PROTOCC_VERSION@ ">=" 10100),1) lwgeom_out_geobuf.o: geobuf.pb-c.h geobuf.o: geobuf.pb-c.h endif -- 2.40.0