]> git.sesse.net Git - ffmpeg/commitdiff
Stop make deleting intermediate files (ffmpeg.o and friends)
authorMåns Rullgård <mans@mansr.com>
Sat, 27 Feb 2010 15:25:28 +0000 (15:25 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 27 Feb 2010 15:25:28 +0000 (15:25 +0000)
Originally committed as revision 22094 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index e42dd3920ec651280cbbbbc6a6d649d1e676b4f1..5420c7d9fb9b57ef43e4baf2827c1211d796219b 100644 (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)