From: David D. Zuhn Date: Wed, 3 Mar 1993 04:28:20 +0000 (+0000) Subject: * configure.in: remove no-op mips-dec-bsd* in "case $target" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4acdfbb0b1a301b0c2fc9050ac736e5960aa9889;p=binutils-gdb.git * configure.in: remove no-op mips-dec-bsd* in "case $target" * Makefile.in (dir.info): only run gen-info-dir if it exists, (install-info): install dir.info only if it exists, (all-expect, install-expect): pass along X11_FLAGS_TO_PASS --- diff --git a/configure.in b/configure.in index c9702bd1457..8397d8427f2 100644 --- a/configure.in +++ b/configure.in @@ -147,8 +147,6 @@ fi #esac case "${target}" in - mips-dec-bsd*) - ;; mips-*-*) configdirs=`echo ${configdirs} | sed -e 's/gas//'` ;;