From 0ab98da2d9e1f51789a108be897cc0b02ae8db2a Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 19 Nov 1997 15:35:29 +0000 Subject: [PATCH] * Makefile.in (clean-unix): Do not remove libraries here as the Makefile that created the symlink now removes it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10297 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ChangeLog | 5 +++++ src/lib/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 90efcdfca..27f5acf3c 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 19 10:33:19 1997 Ezra Peisach + + * Makefile.in (clean-unix): Do not remove libraries here as the + Makefile that created the symlink now removes it. + Tue Oct 21 23:29:18 1997 Theodore Y. Ts'o * win_glue.c: Add checks so that code doesn't bomb out if the diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in index 5fce69cb2..9b0fe776a 100644 --- a/src/lib/Makefile.in +++ b/src/lib/Makefile.in @@ -15,8 +15,8 @@ CLEANLIBS = libkrb5.a libkdb5.a libcrypto.a libgssapi_krb5.a libdes425.a \ libkrb5.so libcrypto.so libkrb4.so libdes425.so clean-mac:: clean-unix -clean-unix:: $(RM) $(CLEANLIBS) +clean-unix:: clean-windows:: $(RM) *.dll *.lib *.exp *.map *.bak -- 2.26.2