From: Keith Vetter Date: Wed, 22 Mar 1995 20:42:42 +0000 (+0000) Subject: Added all-mac target to the top level makefile X-Git-Tag: krb5-1.0-beta5~499 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c022c82400d0fe38cc9fa0fce73e2131733d74eb;p=krb5.git Added all-mac target to the top level makefile git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5192 dc483132-0cff-0310-8789-dd5450dbe970 --- 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/* \