projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fcb280
)
* configure.in: remove no-op mips-dec-bsd* in "case $target"
author
David D. Zuhn
<zoo@cygnus>
Wed, 3 Mar 1993 04:28:20 +0000
(
04:28
+0000)
committer
David D. Zuhn
<zoo@cygnus>
Wed, 3 Mar 1993 04:28:20 +0000
(
04:28
+0000)
* 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
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
c9702bd
..
8397d84
100644
(file)
--- 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//'`
;;