[FFmpeg-cvslog] Revert "build: remove empty $(OBJS) target"
Michael Niedermayer
git at videolan.org
Thu Jun 9 02:51:39 CEST 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jun 8 16:14:40 2011 +0200| [1fe3bf3e4b4f4a456204cc9512d0f7088231d109] | committer: Michael Niedermayer
Revert "build: remove empty $(OBJS) target"
This reverts commit b9c6c7cb25932b594fd684a0cb553e439d49fe12.
It appears this caused the .o files to be deletec under some circumstances.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1fe3bf3e4b4f4a456204cc9512d0f7088231d109
---
common.mak | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/common.mak b/common.mak
index cff3129..ae9698a 100644
--- a/common.mak
+++ b/common.mak
@@ -58,6 +58,8 @@ 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