[FFmpeg-cvslog] r22422 - trunk/common.mak

mru subversion
Wed Mar 10 03:57:02 CET 2010


Author: mru
Date: Wed Mar 10 03:57:01 2010
New Revision: 22422

Log:
Remove .SECONDARY directive

The presence of the .SECONDARY directive caused thing to not always
be correctly rebuilt.  Mentioning the object files explicitly as
targets gives the desired result of make not deleting them without
unpleasant side-effects.

Modified:
   trunk/common.mak

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	Wed Mar 10 03:56:59 2010	(r22421)
+++ trunk/common.mak	Wed Mar 10 03:57:01 2010	(r22422)
@@ -66,7 +66,7 @@ uninstall: uninstall-libs uninstall-head
 .SUFFIXES:
 
 # Do not delete intermediate files from chains of implicit rules
-.SECONDARY:
+$(OBJS):
 endif
 
 OBJS-$(HAVE_MMX) +=  $(MMX-OBJS-yes)



More information about the ffmpeg-cvslog mailing list