[83/83] sim: build: drop depdir subdir hack

Message ID 20230103075605.13606-84-vapier@gentoo.org
State Committed
Headers
Series sim: merge subdir makefiles into top-level |

Commit Message

Mike Frysinger Jan. 3, 2023, 7:56 a.m. UTC
  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    | 160 -----------------------------------------------
 sim/configure.ac |   4 --
 2 files changed, 164 deletions(-)
  

Patch

diff --git a/sim/configure.ac b/sim/configure.ac
index 91447ae4c655..132146433ad7 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.