From: Richard Earnshaw Date: Wed, 23 Jul 1997 16:59:51 +0000 (+0000) Subject: (arm-*-netbsd*): Fix typo setting tmake_file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3482774d8e55a2ecb8506f5e91445db59c16ee9;p=gcc.git (arm-*-netbsd*): Fix typo setting tmake_file. From-SVN: r14522 --- diff --git a/gcc/configure.in b/gcc/configure.in index 080852b3ce9..81d9dfd0a50 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -393,7 +393,7 @@ for machine in $build $host $target; do arm-*-netbsd*) tm_file=arm/netbsd.h xm_file=arm/xm-netbsd.h - tmake_file=arm-t-netbsd + tmake_file=arm/t-netbsd # On NetBSD, the headers are already okay. fixincludes=Makefile.in use_collect2=yes