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) ...@@ -30,8 +30,8 @@ $(SWSLIB): $(SWSOBJS)
clean: clean:
rm -f *.o *.a *~ *.so cs_test swscale-example rm -f *.o *.a *~ *.so cs_test swscale-example
distclean: distclean: clean
rm -f Makefile.bak *.o *.a *~ *.so .depend cs_test swscale-example rm -f .depend
dep: 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