[postgis-tickets] r16024 - Fix install rule

Sandro Santilli strk at kbt.io
Fri Oct 20 12:28:29 PDT 2017


Author: strk
Date: 2017-10-20 12:28:28 -0700 (Fri, 20 Oct 2017)
New Revision: 16024

Modified:
   trunk/liblwgeom/Makefile.in
Log:
Fix install rule

Modified: trunk/liblwgeom/Makefile.in
===================================================================
--- trunk/liblwgeom/Makefile.in	2017-10-20 18:22:38 UTC (rev 16023)
+++ trunk/liblwgeom/Makefile.in	2017-10-20 19:28:28 UTC (rev 16024)
@@ -33,7 +33,7 @@
 libdir = @libdir@
 includedir = @includedir@
 SHELL = @SHELL@
-INSTALL = $(SHELL) ../install-sh
+INSTALL = @INSTALL@
 LIBTOOL = @LIBTOOL@
 
 SOVER = @POSTGIS_MAJOR_VERSION at .@POSTGIS_MINOR_VERSION@



More information about the postgis-tickets mailing list