summaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-02 19:30:22 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-02 19:30:22 -0500
commit4d4996a55e68390666cba64b641b3e1b9be131fd (patch)
treea10c8808424489796315ab3ab4bb04d8d19e5f41 /sim/configure.ac
parenteb9afa636211003eb6910a2f10e4f9af88dc5c77 (diff)
downloadbinutils-gdb-4d4996a55e68390666cba64b641b3e1b9be131fd.tar.gz
sim: build: use Automake include vars
Rather than define our own hack for emitting an include statement, use the existing Automake include variables. These have the nice side-effect of being more portable.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index af7e6e752ca..8a2082f0a4d 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -208,10 +208,5 @@ m4_include([mips/acinclude.m4])
m4_include([riscv/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