From 7ebbd0f09ad9313e9aa8ce267fb236bb1313518a Mon Sep 17 00:00:00 2001 From: John Carr Date: Sun, 23 Feb 1992 12:27:13 +0000 Subject: [PATCH] Use cp -p to copy files git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2241 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config/Imake.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl index 86ef9fdee..af105f5b3 100644 --- a/src/config/Imake.tmpl +++ b/src/config/Imake.tmpl @@ -483,7 +483,7 @@ #endif #endif #ifndef CpCmd -#define CpCmd cp +#define CpCmd cp -p #endif #ifndef LnCmd #if SystemV -- 2.26.2