projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0862386
)
correct a collision against recent configure changes
author
K. Richard Pixley
<rich@cygnus>
Sat, 8 Feb 1992 02:22:09 +0000
(
02:22
+0000)
committer
K. Richard Pixley
<rich@cygnus>
Sat, 8 Feb 1992 02:22:09 +0000
(
02:22
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index f63450c4a716cbf18f418ff411985f20ae8107f3..fa0e3b6aebf038ed33a156cba4337be28b494ad8 100644
(file)
--- 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}
#