From 46a1e1f20b1192da31104f9ed436ea33328c79d4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 31 Oct 2022 18:31:44 +0545 Subject: sim: merge gnulib logic into the top-level We aren't using this just yet, but we will, so make it available to building of common sim files. --- sim/configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index be0cfdb..30479ae 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -198,5 +198,10 @@ dnl Some arches have unique configure flags. m4_include([frv/acinclude.m4]) m4_include([rx/acinclude.m4]) +dnl Hack to output an "include" statement in the Makefile so automake doesn't +dnl try to follow it itself while processing Makefile.am. +include_makefile="include" +AC_SUBST(include_makefile) + AC_CONFIG_FILES([arch-subdir.mk Makefile .gdbinit:gdbinit.in]) AC_OUTPUT -- cgit v1.1