[FFmpeg-cvslog] build: remove empty $(OBJS) target

Mans Rullgard git at videolan.org
Tue Jun 7 03:49:13 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Mon Jun  6 21:46:18 2011 +0100| [b9c6c7cb25932b594fd684a0cb553e439d49fe12] | committer: Mans Rullgard

build: remove empty $(OBJS) target

This target was added to prevent some files being deleted
by make when using chains of implicit rules.  This is no
longer required.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9c6c7cb25932b594fd684a0cb553e439d49fe12
---

 common.mak |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/common.mak b/common.mak
index 3fbf1a7..b5ccadb 100644
--- a/common.mak
+++ b/common.mak
@@ -58,8 +58,6 @@ HOSTCFLAGS += $(IFLAGS)
 # so this saves some time on slow systems.
 .SUFFIXES:
 
-# Do not delete intermediate files from chains of implicit rules
-$(OBJS):
 endif
 
 OBJS-$(HAVE_MMX) +=  $(MMX-OBJS-yes)



More information about the ffmpeg-cvslog mailing list