summaryrefslogtreecommitdiff
path: root/postproc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-27 00:06:42 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-27 00:06:42 +0000
commite435887cf6addd8ade091e0bfb5341567e4ddd94 (patch)
tree48b190ab2ebdf93c5c7e35a0cfed6b09e063edf5 /postproc
parent04c07634d6367800326a18cdb22b50a82ea8784e (diff)
Make clean/distclean behave uniformly in all directories.
Originally committed as revision 17489 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r--postproc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index 06caa9ad1c..475bd31381 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -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