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
> [email protected]
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/apparmor
signature.asc
Description: PGP signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
