diff options
author | K. Richard Pixley <rich@cygnus> | 1992-02-08 02:22:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-02-08 02:22:09 +0000 |
commit | b8972815d5c6db764d39ef1f2ba6f52de57e13a0 (patch) | |
tree | 5d54335e47993ab6992054004a33cb08844c14e8 /configure.in | |
parent | 0862386b13508e057093b26d6052aa5ac3c46359 (diff) | |
download | gdb-b8972815d5c6db764d39ef1f2ba6f52de57e13a0.zip gdb-b8972815d5c6db764d39ef1f2ba6f52de57e13a0.tar.gz gdb-b8972815d5c6db764d39ef1f2ba6f52de57e13a0.tar.bz2 |
correct a collision against recent configure changes
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f63450c..fa0e3b6 100644 --- a/configure.in +++ b/configure.in @@ -25,6 +25,8 @@ case "${host_vendor}" in sco*) host_makefile_frag=config/mh-sco ;; esac +host_makefile_frag=${srcdir}/${host_makefile_frag} + # per-target: @@ -49,7 +51,7 @@ case "${target_cpu}" in esac -target_makefile_frag=config/mt-${bfd_target} +target_makefile_frag=${srcdir}/config/mt-${bfd_target} # |