summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1992-02-23 12:27:13 +0000
committerJohn Carr <jfc@mit.edu>1992-02-23 12:27:13 +0000
commit7ebbd0f09ad9313e9aa8ce267fb236bb1313518a (patch)
treed038c2136f97000a4cf9b20936dd91f583946f71 /src
parent52cff6bc7f522e340ce53a46fd0ed7e30d2fd1a7 (diff)
downloadkrb5-7ebbd0f09ad9313e9aa8ce267fb236bb1313518a.tar.gz
krb5-7ebbd0f09ad9313e9aa8ce267fb236bb1313518a.tar.xz
krb5-7ebbd0f09ad9313e9aa8ce267fb236bb1313518a.zip
Use cp -p to copy files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2241 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/Imake.tmpl2
1 files changed, 1 insertions, 1 deletions
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