From e435887cf6addd8ade091e0bfb5341567e4ddd94 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 27 Jan 2006 00:06:42 +0000 Subject: Make clean/distclean behave uniformly in all directories. Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'postproc') diff --git a/postproc/Makefile b/postproc/Makefile index 06caa9ad1c..475bd31381 100644 --- a/postproc/Makefile +++ b/postproc/Makefile @@ -30,8 +30,8 @@ $(SWSLIB): $(SWSOBJS) clean: rm -f *.o *.a *~ *.so cs_test swscale-example -distclean: - rm -f Makefile.bak *.o *.a *~ *.so .depend cs_test swscale-example +distclean: clean + rm -f .depend dep: depend -- cgit v1.2.3