changeset 35812:efc6099b3a75

Use "rm -f" instead of "del /f", as the latter is not supported by Windows 9X's COMMAND.COM.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 01 Feb 2001 09:51:49 +0000
parents e3e5caa57043
children 841d50d92db7
files nt/configure.bat
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/configure.bat	Thu Feb 01 07:31:45 2001 +0000
+++ b/nt/configure.bat	Thu Feb 01 09:51:49 2001 +0000
@@ -253,7 +253,7 @@
 copy /b config.settings+%MAKECMD%.defs+..\lib-src\makefile.w32-in ..\lib-src\makefile
 copy /b config.settings+%MAKECMD%.defs+..\src\makefile.w32-in ..\src\makefile
 if not exist ..\lisp\Makefile.unix rename ..\lisp\Makefile.in Makefile.unix
-if exist ..\lisp\makefile del /f ..\lisp\makefile
+if exist ..\lisp\makefile rm -f ../lisp/[Mm]akefile
 copy /b config.settings+%MAKECMD%.defs+..\lisp\makefile.w32-in ..\lisp\makefile
 rem   Use the default (no-op) Makefile.in if the nt version is not present.
 if exist ..\leim\makefile.w32-in copy /b config.settings+%MAKECMD%.defs+..\leim\makefile.w32-in ..\leim\makefile