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?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to