Commit d8c7858e authored by mru's avatar mru

Stop make deleting intermediate files (ffmpeg.o and friends)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22094 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0d8304fe
......@@ -55,6 +55,9 @@ uninstall: uninstall-libs uninstall-headers
# Disable suffix rules. Most of the builtin rules are suffix rules,
# so this saves some time on slow systems.
.SUFFIXES:
# Do not delete intermediate files from chains of implicit rules
.SECONDARY:
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