projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23733fc
)
Use LinkFile so that the old target gets deleted first, to avoid errors
author
Theodore Tso
<tytso@mit.edu>
Mon, 17 Jan 1994 22:24:22 +0000
(22:24 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Mon, 17 Jan 1994 22:24:22 +0000
(22:24 +0000)
on systems where ln -f doesn't work.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3359
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/Imakefile
patch
|
blob
|
history
diff --git
a/src/include/Imakefile
b/src/include/Imakefile
index b9e4cd4d9b0ef62f20fce1883007f4c65a03533a..773c382237a3a161064dd8f4c690fe70451b03ad 100644
(file)
--- a/
src/include/Imakefile
+++ b/
src/include/Imakefile
@@
-30,6
+30,7
@@
SUBDIRS=krb5 kerberosIV
MakeSubdirs($(SUBDIRS))
#ifdef IsodeIncls
-includes::
- $(LN) IsodeIncls isode
+includes:: isode
+
+LinkFile(isode, IsodeIncls)
#endif