Commit e435887c authored by Diego Biurrun's avatar Diego Biurrun

Make clean/distclean behave uniformly in all directories.

Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 04c07634
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment