From: Po Lu Date: Fri, 11 Feb 2022 12:26:04 +0000 (+0800) Subject: ; * config.bat: Fix typo. X-Git-Tag: emacs-29.0.90~2372 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=645694ccdb1526ccf78ea95df7fe505e93231202;p=emacs.git ; * config.bat: Fix typo. --- diff --git a/config.bat b/config.bat index d647ad5e679..758e4621386 100644 --- a/config.bat +++ b/config.bat @@ -312,7 +312,7 @@ sed -f ../msdos/sedlibmk.inp < gnulib.tmp > gnulib.mk rm -f gnulib.tmp Rem Create directorys in lib/ that MKDIR_P is supposed to create Rem but I have no idea how to do that on MS-DOS. -mkdir lib\sys +mkdir sys Rem Create .d files for new files in lib/ and lib/malloc/ If Not Exist deps\stamp mkdir deps for %%f in (*.c) do @call ..\msdos\depfiles.bat %%f