From 6406aceb2176544a13d68726bded5b74b78e8786 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Tue, 18 Apr 1995 17:47:22 +0000 Subject: [PATCH] Forgot a makefile change for the Windows gssapi dll git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5362 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ChangeLog | 4 ++++ src/lib/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.26.2