diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-02 19:08:14 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-14 21:02:12 -0500 |
commit | eaa13962f22acfe8bff388e2bc4d7335ec3fe802 (patch) | |
tree | 6b07d473b252eb7fdb414327141372873f75dd6f /sim/configure.ac | |
parent | 1b907fc09fc28c40ca59d90886227fefbb34c62f (diff) | |
download | gdb-eaa13962f22acfe8bff388e2bc4d7335ec3fe802.zip gdb-eaa13962f22acfe8bff388e2bc4d7335ec3fe802.tar.gz gdb-eaa13962f22acfe8bff388e2bc4d7335ec3fe802.tar.bz2 |
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.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
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. |