mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
f82bf85055
commit
0680c40a25
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue