Changes between Initial Version and Version 1 of Ticket #3916, comment 6
- Timestamp:
- 10/25/17 19:36:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3916, comment 6
initial v1 2 2 3 3 https://trac.osgeo.org/postgis/browser/branches/2.2/liblwgeom/Makefile.in?rev=16031#L23 4 5 6 {{{ 7 Index: branches/2.2/liblwgeom/Makefile.in 8 =================================================================== 9 --- a/branches/2.2/liblwgeom/Makefile.in 10 +++ b/branches/2.2/liblwgeom/Makefile.in 11 @@ -21,5 +21,5 @@ 12 includedir = @includedir@ 13 SHELL = @SHELL@ 14 -INSTALL = $(SHELL) ../install-sh 15 +INSTALL = @INSTALL@ 16 LIBTOOL = @LIBTOOL@ 17 18 }}} 19 4 20 5 21 My generated Makefile now has