summaryrefslogtreecommitdiff
path: root/vhook
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 /vhook
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 'vhook')
-rw-r--r--vhook/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index 58844f950a..2fb079d279 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -43,7 +43,7 @@ clean:
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
distclean: clean
- rm -f Makefile.bak .depend
+ rm -f .depend
ifneq ($(wildcard .depend),)
include .depend