From: Paul Ramsey Date: Mon, 16 Nov 2009 23:22:09 +0000 (+0000) Subject: Remove trailing space from libname X-Git-Tag: 1.5.0b1~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cea471ce0c558075c7bc81ca00c2bdbbf0956db3;p=postgis Remove trailing space from libname git-svn-id: http://svn.osgeo.org/postgis/trunk@4841 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/Makefile.in b/regress/Makefile.in index fdbf2971e..1a3103e28 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -16,7 +16,7 @@ PGSQL_BINDIR=$(shell pushd "@PGSQL_BINDIR@" > /dev/null && pwd && popd > /dev/nu # and allow in-place regression testing still. (#219) LIBNAME = postgis ifeq ($(shell expr $(POSTGIS_PGSQL_VERSION) "<" 84),1) - LIBNAME = libpostgis + LIBNAME = libpostgis endif srcdir=$(shell pwd)