command, to avoid needing to test whether the latter is empty.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14523
dc483132-0cff-0310-8789-
dd5450dbe970
* pre.in (COM_ERR_DEPS): New variable.
- * post.in (clean-unix): Delete .d files.
+ * post.in (clean-unix): Delete .d and .depend files along with
+ $(OBJS) in one command, to avoid needing to test whether the
+ latter is empty.
2002-04-10 Danilo Almeida <dalmeida@mit.edu>
clean:: clean-$(WHAT)
clean-unix::
- if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi
- $(RM) .depend .d
+ $(RM) $(OBJS) .depend .d
clean-windows::
$(RM) *.$(OBJEXT)