summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-23 23:44:48 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-23 23:44:48 +0000
commit6ca0c110f570f6d258ddb760faa781ea4ef35fb6 (patch)
tree8df3527a144efc36679ee2d4f8ec345a4d4b6ae6 /common.mak
parent13e4dba6903c6500a3fc0c7cf82c1af5b2dd8fe0 (diff)
Simplify .depend file inclusion.
Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak4
1 files changed, 1 insertions, 3 deletions
diff --git a/common.mak b/common.mak
index 1a80833e87..7989b9021e 100644
--- a/common.mak
+++ b/common.mak
@@ -96,6 +96,4 @@ uninstall-headers:
.PHONY: all depend dep clean distclean install* uninstall*
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend