diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-08 08:57:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-08 08:57:08 +0000 |
commit | bcdbe02f820a40a3f01374cfdf7d18c0d7183117 (patch) | |
tree | 01b26d5937b844c164a0ddf28a21aa04946e5b09 /configure.in | |
parent | b8972815d5c6db764d39ef1f2ba6f52de57e13a0 (diff) | |
download | gdb-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.in | 7 |
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: |