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.

Originally committed as revision 22422 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2010-03-10 02:57:01 +00:00
parent f82bf85055
commit 0680c40a25
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ uninstall: uninstall-libs uninstall-headers
.SUFFIXES:
# Do not delete intermediate files from chains of implicit rules
.SECONDARY:
$(OBJS):
endif
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)