diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-06-08 16:14:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-06-08 23:44:18 +0200 |
commit | 1fe3bf3e4b4f4a456204cc9512d0f7088231d109 (patch) | |
tree | e0aab53819095cdfe416670009f054b3e058c15c /common.mak | |
parent | be20528ced76a43aafed032742b3ddd1897bf55e (diff) | |
download | ffmpeg-1fe3bf3e4b4f4a456204cc9512d0f7088231d109.tar.gz |
Revert "build: remove empty $(OBJS) target"
This reverts commit b9c6c7cb25932b594fd684a0cb553e439d49fe12.
It appears this caused the .o files to be deletec under some circumstances.
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mak b/common.mak index cff312994e..ae9698a1eb 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) |