Browse code

Revert "build: remove empty $(OBJS) target"

This reverts commit b9c6c7cb25932b594fd684a0cb553e439d49fe12.
It appears this caused the .o files to be deletec under some circumstances.

Michael Niedermayer authored on 2011/06/08 23:14:40
Showing 1 changed files
... ...
@@ -58,6 +58,8 @@ HOSTCFLAGS += $(IFLAGS)
58 58
 # so this saves some time on slow systems.
59 59
 .SUFFIXES:
60 60
 
61
+# Do not delete intermediate files from chains of implicit rules
62
+$(OBJS):
61 63
 endif
62 64
 
63 65
 OBJS-$(HAVE_MMX) +=  $(MMX-OBJS-yes)