Changed LnCmd to include the -f option, so that it won't fail if the
authorTheodore Tso <tytso@mit.edu>
Fri, 2 Jul 1993 02:55:35 +0000 (02:55 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 2 Jul 1993 02:55:35 +0000 (02:55 +0000)
link already exists.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2614 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Imake.tmpl

index 126d35812af001c10c17faa9ff2db3cefee173b1..8e097811c5fafa90d20024da8d25f06f87b97a5d 100644 (file)
@@ -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