projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49630f9
)
Changed LnCmd to include the -f option, so that it won't fail if the
author
Theodore Tso
<tytso@mit.edu>
Fri, 2 Jul 1993 02:55:35 +0000
(
02:55
+0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/config/Imake.tmpl
b/src/config/Imake.tmpl
index 126d35812af001c10c17faa9ff2db3cefee173b1..8e097811c5fafa90d20024da8d25f06f87b97a5d 100644
(file)
--- 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 -s
f
#endif
#endif
#ifndef MakeCmd