From: Sandro Santilli Date: Tue, 19 Apr 2005 09:32:11 +0000 (+0000) Subject: Added -c flag to INSTALL invokations (copy, not move) X-Git-Tag: pgis_1_1_0~417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d3a50ebbc46aaf67bcf0e289b6856ffc1defb88;p=postgis Added -c flag to INSTALL invokations (copy, not move) git-svn-id: http://svn.osgeo.org/postgis/trunk@1646 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile.config.in b/Makefile.config.in index 78374accb..c27b9c8ea 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -98,7 +98,7 @@ CXX=@CXX@ # FLEX=@FLEX@ YACC=@YACC@ -INSTALL=@INSTALL@ +INSTALL=@INSTALL@ -c INSTALL_DATA=$(INSTALL) -m 644 INSTALL_BIN=$(INSTALL) -m 755 INSTALL_LIB=$(INSTALL) -m 644