1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

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

Originally committed as revision 22094 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-02-27 15:25:28 +00:00
parent 8590e6d529
commit 1d53620311

View File

@ -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)