OSDN Git Service

Remove .SECONDARY directive
authorMåns Rullgård <mans@mansr.com>
Wed, 10 Mar 2010 02:57:01 +0000 (02:57 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 10 Mar 2010 02:57:01 +0000 (02:57 +0000)
commit0680c40a256322071f76abfc8a0dca423e08d741
tree250d41c9da6c670f52f1a4f2c51a03b68abdccd4
parentf82bf85055b55df01aaeabcc53b2b9f9e039ccbb
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
common.mak