]> git.sesse.net Git - ffmpeg/commitdiff
Revert "build: remove empty $(OBJS) target"
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 8 Jun 2011 14:14:40 +0000 (16:14 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 8 Jun 2011 21:44:18 +0000 (23:44 +0200)
This reverts commit b9c6c7cb25932b594fd684a0cb553e439d49fe12.
It appears this caused the .o files to be deletec under some circumstances.

common.mak

index cff312994ea68dd43d62027136eaea792408b516..ae9698a1eb8f203bb4b397825cfc45f3f65b054d 100644 (file)
@@ -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)