Diego Biurrun <[email protected]> writes:

> On Tue, Jun 28, 2011 at 03:01:20PM +0100, Mans Rullgard wrote:
>> Signed-off-by: Mans Rullgard <[email protected]>
>> ---
>>  common.mak     |   20 ++++++++++----------
>>  tests/Makefile |    2 +-
>>  2 files changed, 11 insertions(+), 11 deletions(-)
>
> OK
>
>> --- a/common.mak
>> +++ b/common.mak
>> @@ -11,21 +11,21 @@ OBJS      += $(OBJS-yes)
>>  
>> -OBJS      := $(addprefix $(SUBDIR),$(sort $(OBJS)))
>> +OBJS      := $(sort $(OBJS:%=$(SUBDIR)%))
>
> unrelated: Why $(sort)?  Duplicate objects should not hurt, should they?

They did in some case, which is why I added that.  I can't remember the
details though.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to