]> git.saurik.com Git - wxWidgets.git/commitdiff
use 'cp -fp' instead of 'cp -p' to install programs/data under Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 4 Nov 2001 13:59:15 +0000 (13:59 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 4 Nov 2001 13:59:15 +0000 (13:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index bf8cc39984f5015e2c8fbdbf044ace2181dd4ab4..c365d10f4e5ab0bb7cea6bb0659785944d826870 100755 (executable)
--- a/configure
+++ b/configure
@@ -8570,8 +8570,8 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 case "${host}" in
 
                 powerpc-*-darwin* )
 case "${host}" in
 
                 powerpc-*-darwin* )
-        INSTALL_PROGRAM="cp -p"
-        INSTALL_DATA="cp -p"
+        INSTALL_PROGRAM="cp -fp"
+        INSTALL_DATA="cp -fp"
         ;;
     *)
         ;;
         ;;
     *)
         ;;
index 1b08c14e6c23f0227ad4f6a082e7f8fc1b4e5619..6a60d9fb55f50a0ecab5bf4ea4a9542c8510b186 100644 (file)
@@ -1467,8 +1467,8 @@ case "${host}" in
     dnl to workaround a strange static lib BSDism.
     dnl Mac OS X install seems to ignore -p option...
     powerpc-*-darwin* )
     dnl to workaround a strange static lib BSDism.
     dnl Mac OS X install seems to ignore -p option...
     powerpc-*-darwin* )
-        INSTALL_PROGRAM="cp -p"
-        INSTALL_DATA="cp -p"
+        INSTALL_PROGRAM="cp -fp"
+        INSTALL_DATA="cp -fp"
         ;;
     *)
         ;;
         ;;
     *)
         ;;