diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-05-27 01:46:58 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-05-27 01:46:58 +0000 |
| commit | e700ed1dd3c6cf29420b35d5ebe2bd35fdbb9e85 (patch) | |
| tree | a52d57c654ba88a8fc49fc431b9aab837e7e392e /src/Makefile.in | |
| parent | 6e90b794d221f0b98a72c5e2977daa11bfb61768 (diff) | |
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/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 0aece32dfe..bcdf328da4 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) |
