From: Ken Raeburn Date: Sat, 15 Jun 2002 09:32:06 +0000 (+0000) Subject: * post.in (clean-unix): Delete .d and .depend files along with $(OBJS) in one X-Git-Tag: krb5-1.3-alpha1~690 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50e3da8af785d3aa02567f04f5f27a5c8d8dff9c;p=krb5.git * 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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14523 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index e8363748e..1efd14b7f 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -2,7 +2,9 @@ * 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 diff --git a/src/config/post.in b/src/config/post.in index 699036e18..ae4b2c844 100644 --- a/src/config/post.in +++ b/src/config/post.in @@ -50,8 +50,7 @@ depend-prerecurse:: 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)