OSDN Git Service

Simplify .depend file inclusion.
authorDiego Biurrun <diego@biurrun.de>
Fri, 23 Feb 2007 23:44:48 +0000 (23:44 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 23 Feb 2007 23:44:48 +0000 (23:44 +0000)
Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile
common.mak

index a4b0a37..5054b70 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
index 1a80833..7989b90 100644 (file)
@@ -96,6 +96,4 @@ uninstall-headers:
 
 .PHONY: all depend dep clean distclean install* uninstall*
 
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend