From: Keith Vetter Date: Tue, 18 Apr 1995 17:47:22 +0000 (+0000) Subject: Forgot a makefile change for the Windows gssapi dll X-Git-Tag: krb5-1.0-beta5~374 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6406aceb2176544a13d68726bded5b74b78e8786;p=krb5.git Forgot a makefile change for the Windows gssapi dll git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5362 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index ab531a2ec..f13dfc100 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 17 17:47:07 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: forgot about the rule to make gssapi.lib on the PC. + Wed Apr 12 14:40:30 1995 Theodore Y. Ts'o (tytso@dcl) * Makefile.in, configure.in: Move dependency for all-$WHAT back diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 55a8a8691..c0dc55306 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -71,7 +71,7 @@ all-windows:: @echo Making locally cd .. -all-windows:: libkrb5.lib +all-windows:: libkrb5.lib gssapi.lib clean-windows:: @echo Making clean in lib\crypto