From c291a0411535bab6f7ee34bd021e2ed609501847 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 27 Sep 1995 15:49:59 +0000 Subject: [PATCH] Change install: to install-unix: so that the destination directories are created first. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6873 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 5 +++++ src/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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 \ -- 2.26.2