diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 5 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 504661d4c..1353cf7dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 diff --git a/src/Makefile.in b/src/Makefile.in index b9a74d8bc..0af7b5fb7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 \ |