[Ffmpeg-cvslog] r8104 - in trunk: Makefile common.mak
diego
subversion
Sat Feb 24 00:44:48 CET 2007
Author: diego
Date: Sat Feb 24 00:44:48 2007
New Revision: 8104
Modified:
trunk/Makefile
trunk/common.mak
Log:
Simplify .depend file inclusion.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Feb 24 00:44:48 2007
@@ -242,6 +242,4 @@
.PHONY: dep depend clean distclean TAGS
.PHONY: codectest libavtest test-server fulltest test mpeg4 mpeg
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend
Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak (original)
+++ trunk/common.mak Sat Feb 24 00:44:48 2007
@@ -96,6 +96,4 @@
.PHONY: all depend dep clean distclean install* uninstall*
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+-include .depend
More information about the ffmpeg-cvslog
mailing list