Also clean up config.log, pre.out, post.out and Makefile.out
authorTheodore Tso <tytso@mit.edu>
Tue, 1 Nov 1994 19:56:08 +0000 (19:56 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 1 Nov 1994 19:56:08 +0000 (19:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4603 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/post.in

index 8d4bc9e0fc537f6da34ed33ff64683cb000ac2c7..c457c1ace2f3000daad6414cc18ba51e70b007de 100644 (file)
@@ -1,3 +1,8 @@
+Tue Nov  1 14:11:57 1994    (tytso@rsx-11)
+
+       * post.in (clean): Also clean up config.log, pre.out, post.out and
+               Makefile.out 
+
 Thu Oct  6 19:41:52 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * post.in: add default "check" rule for Makefiles that don't do
index b8a0e1d5503cc66ef9d215b6c5c7cc09270e31e1..a31cf2a440411b44ae23402d67866a760261eebe 100644 (file)
@@ -7,4 +7,5 @@ check::
 
 clean::
        if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi
+       $(RM) config.log pre.out post.out Makefile.out