[apparmor] [patch] Fix dependency in binutils Makefile

Tyler Hicks tyhicks at canonical.com
Wed Apr 6 16:35:01 UTC 2016


On 2016-04-05 21:08:34, Christian Boltz wrote:
> Hello,
> 
> binutils 'make install' failed if 'make' wasn't run before.
> This patch adds the missing dependency 'install-indep: indep'

This portion of binutils/Makefile was copied from parser/Makefile, which
needs the same fix. I'll send a patch.

Tyler

> 
> 
> [ binutils-makefile-fix-deps.diff ]
> 
> === 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}
>  
>                                                                                                                                                                                                                                                                                 
> 
> Regards,
> 
> Christian Boltz
> -- 
> Teeren und federn und aus der Stadt jagen die dafür Verantwortlichen!
> Permanente wiederkehrende Geschlechtskrankheiten für die nächsten zehn
> Jahre! Mit mir eine Woche jeden Tag acht Stunden einen Raum teilen!
> Fallen wem noch härtere Strafen ein? ;) [Lars Müller in opensuse-de]



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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20160406/b528874a/attachment.pgp>


More information about the AppArmor mailing list