diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-23 23:44:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-23 23:44:48 +0000 |
commit | 6ca0c110f570f6d258ddb760faa781ea4ef35fb6 (patch) | |
tree | 8df3527a144efc36679ee2d4f8ec345a4d4b6ae6 /common.mak | |
parent | 13e4dba6903c6500a3fc0c7cf82c1af5b2dd8fe0 (diff) | |
download | ffmpeg-6ca0c110f570f6d258ddb760faa781ea4ef35fb6.tar.gz |
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.mak | 4 |
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 |