summaryrefslogtreecommitdiff
path: root/vhook
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-26 22:53:38 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-26 22:53:38 +0000
commit78645c98a5ab4beaee9952361777c6450fcf0561 (patch)
treea6078c15b9dffd98fa9ff55ffd1b01c2b42947d2 /vhook
parentca9049efc8efc6e4cc5ecc8646ba95aa13c6195a (diff)
Simplify .depend file inclusion.
Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'vhook')
-rw-r--r--vhook/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/vhook/Makefile b/vhook/Makefile
index e7a103bb66..167b8bfb00 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -47,6 +47,4 @@ distclean: clean
.PHONY: all depend dep clean distclean install* uninstall*
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend