Commit 1fe3bf3e authored by Michael Niedermayer's avatar Michael Niedermayer

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

This reverts commit b9c6c7cb.
It appears this caused the .o files to be deletec under some circumstances.
parent be20528c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment