From f4c7b88dd0812636c59a3fee046c99398e72c320 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 2 Aug 2001 01:27:14 +0000 Subject: [PATCH] blum. - i guess -P will work as a -d replacement SVN revision: 5029 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9e65107e0..73b6bb40c 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ case "$build_os" in CP_OPTIONS="-ar"; ;; *BSD*) - CP_OPTIONS="-dpR"; + CP_OPTIONS="-PpR"; ;; esac