; * config.bat: Fix typo.
This commit is contained in:
parent
f0f58cc5c7
commit
645694ccdb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue