Use 'install -p' instead of 'install -c' to install files in

autotools generated stuff. Causes less rebuild during 'make install'.
Suggested by espie@.
This commit is contained in:
matthieu
2010-05-08 08:55:52 +00:00
parent ddba0c759e
commit 734deb2af2

View File

@@ -1,4 +1,4 @@
# $OpenBSD: config.site,v 1.2 2010/02/20 17:49:05 matthieu Exp $
# $OpenBSD: config.site,v 1.3 2010/05/08 08:55:52 matthieu Exp $
ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu=yes}
ac_cv_c_const=${ac_cv_c_const=yes}
ac_cv_cxx_compiler_gnu=${ac_cv_cxx_compiler_gnu=yes}
@@ -11,7 +11,7 @@ ac_cv_path_RAWCPP=${ac_cv_path_RAWCPP=/usr/bin/cpp}
ac_cv_path_RSH=${ac_cv_path_RSH=/usr/bin/rsh}
ac_cv_path_SED=${ac_cv_path_SED=/usr/bin/sed}
ac_cv_path_ac_pt_PKG_CONFIG=${ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -p'}
ac_cv_prog_AWK=${ac_cv_prog_AWK=nawk}
ac_cv_prog_HAS_PERL=${ac_cv_prog_HAS_PERL=yes}
ac_cv_prog_LAUNCHD=${ac_cv_prog_LAUNCHD=no}