Skip to content
Snippets Groups Projects
Commit 0680c40a authored by Måns Rullgård's avatar Måns Rullgård
Browse files

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
parent f82bf850
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment