diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-27 00:06:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-27 00:06:42 +0000 |
commit | e435887cf6addd8ade091e0bfb5341567e4ddd94 (patch) | |
tree | 48b190ab2ebdf93c5c7e35a0cfed6b09e063edf5 /postproc | |
parent | 04c07634d6367800326a18cdb22b50a82ea8784e (diff) | |
download | ffmpeg-e435887cf6addd8ade091e0bfb5341567e4ddd94.tar.gz |
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/Makefile | 4 |
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 |