On Tue, Apr 05, 2016 at 09:08:34PM +0200, Christian Boltz wrote:
> Hello,
> 
> binutils 'make install' failed if 'make' wasn't run before.
> This patch adds the missing dependency 'install-indep: indep'
> 
> 
> [ binutils-makefile-fix-deps.diff ]

Wow, are all those extra spaces an artifact of your MUA? It looks fine
otherwise, but please do ensure there's no huge pile of spaces when you
commit.

Acked-by: Seth Arnold <seth.arn...@canonical.com>

Thanks

> 
> === modified file ./binutils/Makefile
> --- binutils/Makefile   2016-04-05 20:05:20.141427055 +0200
> +++ binutils/Makefile   2016-04-05 20:59:54.839688746 +0200
> @@ -141,7 +141,7 @@
>         install -m 755 ${TOOLS} ${BINDIR}
>  
>  .PHONY: install-indep
> -install-indep:
> +install-indep: indep
>         $(MAKE) -C po install NAME=${NAME} DESTDIR=${DESTDIR}
>         $(MAKE) install_manpages DESTDIR=${DESTDIR}
>  
>                                                                               
>                                                                               
>                                                                               
>                                       
> 

Attachment: signature.asc
Description: Digital signature

-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to