From c022c82400d0fe38cc9fa0fce73e2131733d74eb Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Wed, 22 Mar 1995 20:42:42 +0000 Subject: [PATCH] Added all-mac target to the top level makefile git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5192 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 4 ++++ src/Makefile.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 18bdebd63..a4e89a6b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 22 12:00:00 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: added all-mac target. + Tue Mar 22 12:00:00 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: zipping up for the PC now handles trees containing diff --git a/src/Makefile.in b/src/Makefile.in index f2232e07c..b88f6ff5e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -24,6 +24,8 @@ all:: all-$(WHAT) all-unix:: +all-mac:: + all-: all-windows all-windows:: makefile-windows @@ -180,8 +182,7 @@ clean-windows:: # # Builds the zip file that distributes Kerberos sources for DOS sites -# from the source tree on Unix. Note, it doesn't handle binary files -# well, so you MUST do a make clean before hand. +# from the source tree on Unix. # ZIPFILES= ./* \ config/* include/* include/krb5/* include/krb5/asn.1/* \ -- 2.26.2