sim: ppc: add missing empty targets
authorDan Streetman <ddstreet@canonical.com>
Tue, 11 May 2021 13:28:15 +0000 (09:28 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 6 Jul 2021 15:47:50 +0000 (11:47 -0400)
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 '/<<BUILDDIR>>/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

index 3a5d43cad6ca1fd7f003f17ab19d478121771206..172965ca385ff24b7db7d2a7bd8aa679ac712f46 100644 (file)
@@ -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)'`; \