In configure{.in} {host|target}_makefile_frag should name a file
[deliverable/binutils-gdb.git] / configure.in
index fa0e3b6aebf038ed33a156cba4337be28b494ad8..cacfd0265cb21ffd014517db1047ac6b873b9029 100644 (file)
@@ -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:
This page took 0.023279 seconds and 4 git commands to generate.