From: Dan Streetman Date: Tue, 11 May 2021 13:28:15 +0000 (-0400) Subject: sim: ppc: add missing empty targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acbf56d780b77c30276431474b41defc868e2e5c;p=binutils-gdb.git sim: ppc: add missing empty targets These are copied from sim/common/Make-common.in. On ppc the build fails without at least the 'info' target, e.g.: Making info in ppc make[4]: Entering directory '/<>/gdb-10.2.2974.g5b45e89f56d+21.10.20210510155809/build/default/sim/ppc' make[4]: *** No rule to make target 'info'. Stop. --- diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 3a5d43cad6c..172965ca385 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -867,6 +867,18 @@ config.status: configure check: +html: +clean-html: +install-html: + +info: +clean-info: +install-info: + +pdf: +clean-pdf: +install-pdf: + install: installdirs a=`basename "$$(pwd)"`; \ n=`echo run | sed '$(program_transform_name)'`; \