From eaa13962f22acfe8bff388e2bc4d7335ec3fe802 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 2 Jan 2023 19:08:14 -0500 Subject: sim: build: drop depdir subdir hack Now that all the ports compile some C files in their arch dirs, Automake guarantees creating the depdir for us, so we can drop our configure hack. --- sim/configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sim/configure.ac') diff --git a/sim/configure.ac b/sim/configure.ac index 68a0cc4..b4ea1e7 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -63,10 +63,6 @@ m4_define([SIM_BUILD_TARGET], [dnl AC_CONFIG_SUBDIRS($1) ]) AC_CONFIG_FILES($1/.gdbinit:common/gdbinit.in) - dnl Create the depdirs for ports until we can convert them to automake. - AC_CONFIG_COMMANDS([depdir-$1], - [$SHELL $ac_aux_dir/mkinstalldirs $1/$DEPDIR], - [ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR]) ]) dnl Enable a particular arch subdir. dnl arg[1] is the matching target triple. -- cgit v1.1