diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a4e89a6b5..d0fad41d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 24 14:00:00 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: changed zip-windows target to kerbsrc.zip, and also + had the windows makefile config clean up any debugging files. + Tue Mar 22 12:00:00 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: added all-mac target. diff --git a/src/Makefile.in b/src/Makefile.in index b88f6ff5e..4d23891bb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -161,7 +161,7 @@ makefile-windows:: wconfig.c config\pre.in config\post.in makefile.in \ .\wconfig config <lib\krb5\posix\makefile.in >lib\krb5\posix\makefile .\wconfig config <lib\krb5\rcache\makefile.in >lib\krb5\rcache\makefile .\wconfig config <util\et\makefile.in >util\et\makefile - config\rm.bat wconfig.obj wconfig.exe + config\rm.bat wconfig.obj wconfig.exe msvc.pdb clean-windows:: @echo Making clean in include @@ -204,7 +204,7 @@ ZIPEXCLUDE= LIB/KRB5.SAB \ LIB/CRYPTO/MD4/T_MDDRIV LIB/CRYPTO/MD5/T_MDDRIV \ WINDOWS/CNS/*.ICO *.O *.A -zip-windows: awk-windows +kerbsrc.zip: awk-windows rm -f kerbsrc.zip zip -Dlk kerbsrc.zip $(ZIPFILES) -x $(ZIPEXCLUDE) zip -Dk kerbsrc.zip $(ZIPBINARYFILES) |
