correct a collision against recent configure changes
This commit is contained in:
parent
0862386b13
commit
b8972815d5
@ -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}
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user