]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Change shared:: to shared: in the creation of the shared subdir.
authorEzra Peisach <epeisach@mit.edu>
Fri, 9 Aug 1996 19:23:59 +0000 (19:23 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 9 Aug 1996 19:23:59 +0000 (19:23 +0000)
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

src/lib/kdb/ChangeLog
src/lib/kdb/Makefile.in

index c4b2c5b90069f51de8900bc81282a14dc7aefa44..98e8c95a4bf751a7b72f4d64b0dc70481b34233c 100644 (file)
@@ -1,3 +1,8 @@
+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 ||
index 000779eff2706245cb8dcb9ef30510df204e42a2..77c31bb1401f4bb9981a97cb5aaadbfa57fff166 100644 (file)
@@ -46,7 +46,8 @@ LIB_SUBDIRS= .
 LIBDONE = DONE
 
 all-unix:: shared
-shared::
+
+shared:
        mkdir shared
 
 clean-unix::