From: Richard Kenner Date: Tue, 12 Sep 1995 21:37:25 +0000 (-0400) Subject: Changed to used common winnt/config-nt.bat. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=273adcccb8df005e8ce8f99b8d7623bcf2b0ce7a;p=gcc.git Changed to used common winnt/config-nt.bat. From-SVN: r10330 --- diff --git a/gcc/configure.bat b/gcc/configure.bat index 336a04c5814..33cbe65df6e 100644 --- a/gcc/configure.bat +++ b/gcc/configure.bat @@ -14,7 +14,7 @@ if %2.==alpha. goto really_call_winnt echo Usage: configure winnt i386 or configure winnt alpha goto END :really_call_winnt -call config\%2\config-nt %1 %2 %3 %4 +call config\winnt\config-nt %1 %2 %3 %4 goto END :END