aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.bat
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-09-12 17:37:25 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-09-12 17:37:25 -0400
commit273adcccb8df005e8ce8f99b8d7623bcf2b0ce7a (patch)
treeac748ecdd8f224ec9a4c410cd85951e987808dc0 /gcc/configure.bat
parent2453e8d17996c748df7e360b5334b04d269a1a79 (diff)
downloadgcc-273adcccb8df005e8ce8f99b8d7623bcf2b0ce7a.zip
gcc-273adcccb8df005e8ce8f99b8d7623bcf2b0ce7a.tar.gz
gcc-273adcccb8df005e8ce8f99b8d7623bcf2b0ce7a.tar.bz2
Changed to used common winnt/config-nt.bat.
From-SVN: r10330
Diffstat (limited to 'gcc/configure.bat')
-rw-r--r--gcc/configure.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.bat b/gcc/configure.bat
index 336a04c..33cbe65 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