summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1997-11-19 15:35:29 +0000
committerEzra Peisach <epeisach@mit.edu>1997-11-19 15:35:29 +0000
commit0ab98da2d9e1f51789a108be897cc0b02ae8db2a (patch)
tree722bef977372d44c64003fc24216ab96c1507418 /src/lib
parent1ee8e35119a43cc9b038e5d4e312603b2ea64ce4 (diff)
downloadkrb5-0ab98da2d9e1f51789a108be897cc0b02ae8db2a.tar.gz
krb5-0ab98da2d9e1f51789a108be897cc0b02ae8db2a.tar.xz
krb5-0ab98da2d9e1f51789a108be897cc0b02ae8db2a.zip
* 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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ChangeLog5
-rw-r--r--src/lib/Makefile.in2
2 files changed, 6 insertions, 1 deletions
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 <epeisach@mit.edu>
+
+ * 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 <tytso@mit.edu>
* 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