From acbf56d780b77c30276431474b41defc868e2e5c Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Tue, 11 May 2021 09:28:15 -0400 Subject: [PATCH] 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. --- sim/ppc/Makefile.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)'`; \ -- 2.30.2