summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-08-09 19:23:59 +0000
committerEzra Peisach <epeisach@mit.edu>1996-08-09 19:23:59 +0000
commite354ebdbd98dd7a7ea493804ef0994a44518aeff (patch)
treec33a9450a15fd42024f08a27989762322345074f /src/lib
parent24106733d24919d606478d70ebf62ceff1481589 (diff)
downloadkrb5-e354ebdbd98dd7a7ea493804ef0994a44518aeff.tar.gz
krb5-e354ebdbd98dd7a7ea493804ef0994a44518aeff.tar.xz
krb5-e354ebdbd98dd7a7ea493804ef0994a44518aeff.zip
Change shared:: to shared: in the creation of the shared subdir.
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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/kdb/ChangeLog5
-rw-r--r--src/lib/kdb/Makefile.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog
index c4b2c5b90..98e8c95a4 100644
--- a/src/lib/kdb/ChangeLog
+++ b/src/lib/kdb/ChangeLog
@@ -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 ||
diff --git a/src/lib/kdb/Makefile.in b/src/lib/kdb/Makefile.in
index 000779eff..77c31bb14 100644
--- a/src/lib/kdb/Makefile.in
+++ b/src/lib/kdb/Makefile.in
@@ -46,7 +46,8 @@ LIB_SUBDIRS= .
LIBDONE = DONE
all-unix:: shared
-shared::
+
+shared:
mkdir shared
clean-unix::