Mercurial > mplayer.hg
diff postproc/Makefile @ 17488:ce1ba8fd57e7
Make clean/distclean behave uniformly in all directories.
author | diego |
---|---|
date | Fri, 27 Jan 2006 00:06:42 +0000 |
parents | d2aef091743c |
children |
line wrap: on
line diff
--- a/postproc/Makefile Thu Jan 26 19:32:07 2006 +0000 +++ b/postproc/Makefile Fri Jan 27 00:06:42 2006 +0000 @@ -30,8 +30,8 @@ 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