summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-01-26 23:42:30 +0000
committerDiego Biurrun <diego@biurrun.de>2006-01-26 23:42:30 +0000
commit04c07634d6367800326a18cdb22b50a82ea8784e (patch)
treeec466c4fcd0cba2f94c39efe3037c09d7f8c1085 /Makefile
parentd9d434b8398fa183c737529ea503c8af5ae661ab (diff)
Remove obscure Makefile.bak entry from distclean rules.
Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4292ae95ee..2a3bd9e668 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ distclean: clean
$(MAKE) -C libavformat distclean
$(MAKE) -C tests distclean
$(MAKE) -C vhook distclean
- rm -f Makefile.bak .depend config.mak config.h *.pc
+ rm -f .depend config.mak config.h *.pc
TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]