From 273adcccb8df005e8ce8f99b8d7623bcf2b0ce7a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 12 Sep 1995 17:37:25 -0400 Subject: [PATCH] Changed to used common winnt/config-nt.bat. From-SVN: r10330 --- gcc/configure.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2