From 05022e223f2f11374b60c3fffe04a1b4e73544e7 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Wed, 22 Mar 1995 22:27:01 +0000 Subject: Repair some makefile changes which broke the PC build git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5196 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/lib/crypto/ChangeLog') diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index d684f68b8..f4da7e952 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 22 11:28:08 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: put back '##DOSLIBNAME' since it makes the .c.obj rule + put the object file into that library. + * Makefile.in: strange nmake error 'missing ) on macro invocation' + which only appeared intermitantly and only when invoked + recursively. Fixed (I hope) by interchanging some lines. + Thu Mar 16 21:10:37 1995 John Gilmore (gnu at toad.com) * Makefile.in (CFLAGS): Avoid continuation line that starts with -- cgit