From 645694ccdb1526ccf78ea95df7fe505e93231202 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 11 Feb 2022 20:26:04 +0800 Subject: [PATCH] ; * config.bat: Fix typo. --- config.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5