a) This change is consistant with other lib directories.
b) The double : form caused the mkdir to be tried every time and
mkdir was exiting with a non-zero exit status of it already existed...
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8918
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Aug 9 15:21:34 1996 Ezra Peisach <epeisach@dumpster.rose.brandeis.edu>
+
+ * Makefile.in (shared): Convert shared:: to shared: so will not
+ always be called upon.
+
Thu Aug 8 20:26:47 1996 Tom Yu <tlyu@mit.edu>
* Makefile.in (shared): Always mkdir shared; test -d shared ||
LIBDONE = DONE
all-unix:: shared
-shared::
+
+shared:
mkdir shared
clean-unix::