]> granicus.if.org Git - postgis/commitdiff
Remove trailing space from libname
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 16 Nov 2009 23:22:09 +0000 (23:22 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 16 Nov 2009 23:22:09 +0000 (23:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4841 b70326c6-7e19-0410-871a-916f4a2858ee

regress/Makefile.in

index fdbf2971e785d52ebfaaf6356699d323481d03dc..1a3103e284e4c18644843d1d89185c2ca94b5dc1 100644 (file)
@@ -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)