summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 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