summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-07-02 02:55:35 +0000
committerTheodore Tso <tytso@mit.edu>1993-07-02 02:55:35 +0000
commita774e023816fa319efa2941b2aff02b333ee2ccc (patch)
tree0a67b78cc221ef61f666226a7c53ed74b2a664a5 /src/config
parent49630f9f87d65a5b69607823b9481c764184ae55 (diff)
downloadkrb5-a774e023816fa319efa2941b2aff02b333ee2ccc.tar.gz
krb5-a774e023816fa319efa2941b2aff02b333ee2ccc.tar.xz
krb5-a774e023816fa319efa2941b2aff02b333ee2ccc.zip
Changed LnCmd to include the -f option, so that it won't fail if the
link already exists. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2614 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-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 126d35812..8e097811c 100644
--- a/src/config/Imake.tmpl
+++ b/src/config/Imake.tmpl
@@ -603,7 +603,7 @@ XCOMM the platform-specific parameters - edit site.def to change
#if SystemV
#define LnCmd ln /* or even cp */
#else
-#define LnCmd ln -s
+#define LnCmd ln -sf
#endif
#endif
#ifndef MakeCmd