diff options
author | Theodore Tso <tytso@mit.edu> | 1996-12-20 23:08:52 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1996-12-20 23:08:52 +0000 |
commit | 2533ccb71732859396ae7fec584b2c1fad4dea5b (patch) | |
tree | 5dc06f1bacbf3b7d40212c7562e04595c33a3a65 /src | |
parent | 94f0105ba12c15271973656bde27f8a2535d364e (diff) | |
download | krb5-2533ccb71732859396ae7fec584b2c1fad4dea5b.tar.gz krb5-2533ccb71732859396ae7fec584b2c1fad4dea5b.tar.xz krb5-2533ccb71732859396ae7fec584b2c1fad4dea5b.zip |
Automatically make the mac-bin-dirs target so that the binary
directories are correctly created.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9668 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index aadb2fd38a..85ed69f8ec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Tue Dec 17 13:54:48 1996 Theodore Y. Ts'o <tytso@mit.edu> + + * Makefile.in (kerbsrc.mac.tar): Automatically make the + mac-bin-dirs target so that the binary directories are + correctly created. + Mon Nov 25 19:42:53 1996 Tom Yu <tlyu@mit.edu> * Makefile.in: Comment out distclean and realclean so no one will diff --git a/src/Makefile.in b/src/Makefile.in index 810ba1e11c..a0881016d7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -312,7 +312,7 @@ mac-bin-dirs: sh mac/mkbindirs.sh bin/CFM-68K $(MAC_SUBDIRS) sh mac/mkbindirs.sh bin/PPC $(MAC_SUBDIRS) -kerbsrc.mac.tar: awk-windows-mac macfile.list Macfile +kerbsrc.mac.tar: awk-windows-mac macfile.list mac-bin-dirs Macfile cp mac/libraries/autoconf.h include/autoconf.h mv Macfile Makefile tar cvf kerbsrc.mac.tar Makefile include/autoconf.h bin \ |