]> git.eshelyaron.com Git - emacs.git/commitdiff
; * config.bat: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Fri, 11 Feb 2022 12:26:04 +0000 (20:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 11 Feb 2022 12:26:04 +0000 (20:26 +0800)
config.bat

index d647ad5e679a052b54043abb61ef614ed2aebcb7..758e4621386d69824820524554cc3d51b7007f9f 100644 (file)
@@ -312,7 +312,7 @@ sed -f ../msdos/sedlibmk.inp < gnulib.tmp > gnulib.mk
 rm -f gnulib.tmp\r
 Rem Create directorys in lib/ that MKDIR_P is supposed to create\r
 Rem but I have no idea how to do that on MS-DOS.\r
-mkdir lib\sys\r
+mkdir sys\r
 Rem Create .d files for new files in lib/ and lib/malloc/\r
 If Not Exist deps\stamp mkdir deps\r
 for %%f in (*.c) do @call ..\msdos\depfiles.bat %%f\r