Commit 78645c98 authored by Diego Biurrun's avatar Diego Biurrun

Simplify .depend file inclusion.

Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ca9049ef
...@@ -47,6 +47,4 @@ distclean: clean ...@@ -47,6 +47,4 @@ distclean: clean
.PHONY: all depend dep clean distclean install* uninstall* .PHONY: all depend dep clean distclean install* uninstall*
ifneq ($(wildcard .depend),) -include .depend
include .depend
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment