Use LinkFile so that the old target gets deleted first, to avoid errors
authorTheodore Tso <tytso@mit.edu>
Mon, 17 Jan 1994 22:24:22 +0000 (22:24 +0000)
committerTheodore 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

index b9e4cd4d9b0ef62f20fce1883007f4c65a03533a..773c382237a3a161064dd8f4c690fe70451b03ad 100644 (file)
@@ -30,6 +30,7 @@ SUBDIRS=krb5 kerberosIV
 MakeSubdirs($(SUBDIRS))
 
 #ifdef IsodeIncls
-includes::
-       $(LN) IsodeIncls isode
+includes:: isode
+
+LinkFile(isode, IsodeIncls)
 #endif