Create kerbsrc-nt.zip with the right filename, and clean up
authorTheodore Tso <tytso@mit.edu>
Sat, 27 May 1995 01:46:58 +0000 (01:46 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 27 May 1995 01:46:58 +0000 (01:46 +0000)
include/krb5.h after making the Windows .zip files.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5907 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index a5714c670bcc010e92bb8e8ef1092d36af5c2db9..cf599c85975be5a19b32635474e1dc5e3116a24e 100644 (file)
@@ -1,3 +1,8 @@
+Fri May 26 21:45:50 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: Create kerbsrc-nt.zip with the right filename, and
+               clean up include/krb5.h after making the Windows .zip files.
+
 Fri May 26 15:33:12 1995 Keith Vetter (keithv@fusion.com)
 
        * wconfig.c: extended so it ignores lines beginning with '@'.
index 0aece32dfe264b04fa11e90bb8917fa7871e55d0..bcdf328da4ec8b928c4dc05ff91c5b7e286379aa 100644 (file)
@@ -235,7 +235,7 @@ ZIPCLEANUP= util/profile/profile.h util/profile/prof_err.[ch] \
        lib/krb5/error_tables/adm_err.c \
        include/krb5/asn1_err.h include/krb5/kdb5_err.h \
        include/krb5/krb5_err.h include/krb5/kv5m_err.h \
-       include/krb5/adm_err.h include/profile.h \
+       include/krb5/adm_err.h include/profile.h include/krb5.h \
        lib/gssapi/generic/gssapi_err_generic.[ch] \
        lib/gssapi/krb5/gssapi_err_krb5.[ch]
 
@@ -254,8 +254,8 @@ kerbsrc-nt.zip: awk-windows
        mv Makefile Makefile.bak
        cp Makefile.in Makefile
        rm -f kerbsrc.zip
-       $(ZIP) -Dl kerbsrc.zip $(ZIPFILES) -x $(ZIPLONGEXCLUDE)
-       $(ZIP) -D kerbsrc.zip $(ZIPBINARYFILES)
+       $(ZIP) -Dl kerbsrc-nt.zip $(ZIPFILES) -x $(ZIPLONGEXCLUDE)
+       $(ZIP) -D kerbsrc-nt.zip $(ZIPBINARYFILES)
        cp Makefile.bak Makefile
        rm -f $(ZIPCLEANUP)