summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2008-10-27 18:58:07 +0000
committerEzra Peisach <epeisach@mit.edu>2008-10-27 18:58:07 +0000
commit4c30805cdcfb74c16060a9056e9104c8ccc9396d (patch)
treef419f2e6a948acfdc7c2a6f3f18a1624577c7e4f
parent2637c91329faa84bd91a343f07bfbe2810a39833 (diff)
downloadkrb5-4c30805cdcfb74c16060a9056e9104c8ccc9396d.tar.gz
krb5-4c30805cdcfb74c16060a9056e9104c8ccc9396d.tar.xz
krb5-4c30805cdcfb74c16060a9056e9104c8ccc9396d.zip
Remove kproplog on make clean
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20924 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/slave/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slave/Makefile.in b/src/slave/Makefile.in
index f2be88dd5..5b71fef90 100644
--- a/src/slave/Makefile.in
+++ b/src/slave/Makefile.in
@@ -38,10 +38,10 @@ install::
done
clean::
- $(RM) $(CLIENTOBJS) $(SERVEROBJS)
+ $(RM) $(CLIENTOBJS) $(SERVEROBJS) $(LOGOBJS)
clean::
- $(RM) kprop kpropd
+ $(RM) kprop kpropd kproplog
# +++ Dependency line eater +++
#