aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-02-08 08:57:08 +0000
committerK. Richard Pixley <rich@cygnus>1992-02-08 08:57:08 +0000
commitbcdbe02f820a40a3f01374cfdf7d18c0d7183117 (patch)
tree01b26d5937b844c164a0ddf28a21aa04946e5b09 /configure.in
parentb8972815d5c6db764d39ef1f2ba6f52de57e13a0 (diff)
downloadgdb-bcdbe02f820a40a3f01374cfdf7d18c0d7183117.zip
gdb-bcdbe02f820a40a3f01374cfdf7d18c0d7183117.tar.gz
gdb-bcdbe02f820a40a3f01374cfdf7d18c0d7183117.tar.bz2
In configure{.in} {host|target}_makefile_frag should name a file
relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index fa0e3b6..cacfd02 100644
--- a/configure.in
+++ b/configure.in
@@ -25,11 +25,8 @@ case "${host_vendor}" in
sco*) host_makefile_frag=config/mh-sco ;;
esac
-host_makefile_frag=${srcdir}/${host_makefile_frag}
-
# per-target:
-
bfd_target=
case "${target_vendor}" in
@@ -50,9 +47,7 @@ case "${target_cpu}" in
;;
esac
-
-target_makefile_frag=${srcdir}/config/mt-${bfd_target}
-
+target_makefile_frag=config/mt-${bfd_target}
#
# Local Variables: