summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-05-27 01:46:58 +0000
committerTheodore Tso <tytso@mit.edu>1995-05-27 01:46:58 +0000
commite700ed1dd3c6cf29420b35d5ebe2bd35fdbb9e85 (patch)
treea52d57c654ba88a8fc49fc431b9aab837e7e392e /src
parent6e90b794d221f0b98a72c5e2977daa11bfb61768 (diff)
downloadkrb5-e700ed1dd3c6cf29420b35d5ebe2bd35fdbb9e85.tar.gz
krb5-e700ed1dd3c6cf29420b35d5ebe2bd35fdbb9e85.tar.xz
krb5-e700ed1dd3c6cf29420b35d5ebe2bd35fdbb9e85.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in6
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)