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 /libavutil | |
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 'libavutil')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 99a4c114f7..54dd347fbf 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -53,7 +53,7 @@ clean: rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll distclean: clean - rm -f Makefile.bak .depend + rm -f .depend ifeq ($(BUILD_SHARED),yes) |