From 78645c98a5ab4beaee9952361777c6450fcf0561 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 26 Feb 2007 22:53:38 +0000 Subject: Simplify .depend file inclusion. Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk --- vhook/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vhook/Makefile') 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 -- cgit v1.2.3