From: Theodore Tso Date: Fri, 2 Jul 1993 02:55:35 +0000 (+0000) Subject: Changed LnCmd to include the -f option, so that it won't fail if the X-Git-Tag: krb5-1.0-beta3~224 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a774e023816fa319efa2941b2aff02b333ee2ccc;p=krb5.git 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 --- 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