Make clean/distclean behave uniformly in all directories.

Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Diego Biurrun 2006-01-27 00:06:42 +00:00
parent 04c07634d6
commit e435887cf6

View File

@ -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