From 1fe3bf3e4b4f4a456204cc9512d0f7088231d109 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 8 Jun 2011 16:14:40 +0200 Subject: [PATCH 1/1] Revert "build: remove empty $(OBJS) target" This reverts commit b9c6c7cb25932b594fd684a0cb553e439d49fe12. It appears this caused the .o files to be deletec under some circumstances. --- common.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.mak b/common.mak index cff312994ea..ae9698a1eb8 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) -- 2.39.2