Commit 6ca0c110 authored by Diego Biurrun's avatar Diego Biurrun

Simplify .depend file inclusion.

Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 13e4dba6
......@@ -242,6 +242,4 @@ codectest libavtest test-server fulltest test mpeg4 mpeg: $(PROGS)
.PHONY: dep depend clean distclean TAGS
.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg
ifneq ($(wildcard .depend),)
include .depend
endif
-include .depend
......@@ -96,6 +96,4 @@ uninstall-headers:
.PHONY: all depend dep clean distclean install* uninstall*
ifneq ($(wildcard .depend),)
include .depend
endif
-include .depend
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