From e700ed1dd3c6cf29420b35d5ebe2bd35fdbb9e85 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 27 May 1995 01:46:58 +0000 Subject: [PATCH] Create kerbsrc-nt.zip with the right filename, and clean up 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 | 5 +++++ src/Makefile.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a5714c670..cf599c859 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 '@'. diff --git a/src/Makefile.in b/src/Makefile.in index 0aece32df..bcdf328da 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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) -- 2.26.2