diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-26 23:42:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-26 23:42:30 +0000 |
commit | 04c07634d6367800326a18cdb22b50a82ea8784e (patch) | |
tree | ec466c4fcd0cba2f94c39efe3037c09d7f8c1085 /libavformat | |
parent | d9d434b8398fa183c737529ea503c8af5ae661ab (diff) | |
download | ffmpeg-04c07634d6367800326a18cdb22b50a82ea8784e.tar.gz |
Remove obscure Makefile.bak entry from distclean rules.
Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index bac04d6f8e..bae7342c3b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -157,7 +157,7 @@ clean: rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll distclean: clean - rm -f Makefile.bak .depend + rm -f .depend # # include dependency files if they exist |