Commit 007e1d01 authored by diego's avatar diego

Make clean/distclean behave uniformly in all directories.


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 38d0b60a
......@@ -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