Change install: to install-unix: so that the destination directories are
authorEzra Peisach <epeisach@mit.edu>
Wed, 27 Sep 1995 15:49:59 +0000 (15:49 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 27 Sep 1995 15:49:59 +0000 (15:49 +0000)
created first.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6873 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index 504661d4c495acea21f8cdc426ba43462ab62226..1353cf7dd8438c4cfe63eb2b463733910485b007 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 27 11:47:38 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * Makefile.in (install-unix): Changed install to install-unix so
+               that the installation directories are created first.
+
 Mon Sep 25 16:32:57 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
index b9a74d8bc3303b589b9f74ac9f9f782db4f34d76..0af7b5fb707583ae8b70848707fca882d2937316 100644 (file)
@@ -41,7 +41,7 @@ INSTALLMKDIRS = $(KRB5ROOT) $(KRB5MANROOT) $(KRB5OTHERMKDIRS) \
                $(FILE_MANDIR) $(KRB5_LIBDIR) $(KRB5_INCDIR) \
                $(KRB5_INCSUBDIRS)
 
-install:: install-mkdirs
+install-unix:: install-mkdirs
 
 install-mkdirs:
        @for i in $(INSTALLMKDIRS); do \