aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-08-08 19:22:54 +0000
committerDavid MacKenzie <djm@cygnus>1993-08-08 19:22:54 +0000
commitaedc02dff0acd7c9c3fc1e02c32eca42fe0a5eb8 (patch)
tree7c0308d06bc49bb4f45df361efb596f30bf226e5 /bfd
parent810a7a82a001dc1c1f99d9546ae3a6135b3651ba (diff)
downloadgdb-aedc02dff0acd7c9c3fc1e02c32eca42fe0a5eb8.zip
gdb-aedc02dff0acd7c9c3fc1e02c32eca42fe0a5eb8.tar.gz
gdb-aedc02dff0acd7c9c3fc1e02c32eca42fe0a5eb8.tar.bz2
remove unused test
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/configure.in5
2 files changed, 4 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 23a4b64..218b8e1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+Sun Aug 8 12:21:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
+
+ * configure.in: Remove unneeded test.
+
Sun Aug 8 12:41:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* Makefile.in ({dist,real}clean): Use $(MAKE), not make.
diff --git a/bfd/configure.in b/bfd/configure.in
index a9e808b..b64de68 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -31,11 +31,6 @@ fi
# per-target:
-if [ "x$target" = "xall" ]; then
- echo "*** 'all' can not be the default target" 1>&2
- exit 1
-fi
-
# WHEN ADDING ENTRIES TO THIS MATRIX:
# Make sure that the left side always has two dashes. Otherwise you
# can get spurious matches. Even for unambiguous cases, do this as a