Commit 0680c40a authored by Måns Rullgård's avatar Måns Rullgård

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
...@@ -66,7 +66,7 @@ uninstall: uninstall-libs uninstall-headers ...@@ -66,7 +66,7 @@ uninstall: uninstall-libs uninstall-headers
.SUFFIXES: .SUFFIXES:
# Do not delete intermediate files from chains of implicit rules # Do not delete intermediate files from chains of implicit rules
.SECONDARY: $(OBJS):
endif endif
OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes) OBJS-$(HAVE_MMX) += $(MMX-OBJS-yes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment