Make clean/distclean behave uniformly in all directories.
authorDiego Biurrun <diego@biurrun.de>
Fri, 27 Jan 2006 00:06:42 +0000 (00:06 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 27 Jan 2006 00:06:42 +0000 (00:06 +0000)
Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/Makefile

index 06caa9a..475bd31 100644 (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