projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f58cc
)
; * config.bat: Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Fri, 11 Feb 2022 12:26:04 +0000
(20:26 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 11 Feb 2022 12:26:04 +0000
(20:26 +0800)
config.bat
patch
|
blob
|
history
diff --git
a/config.bat
b/config.bat
index d647ad5e679a052b54043abb61ef614ed2aebcb7..758e4621386d69824820524554cc3d51b7007f9f 100644
(file)
--- a/
config.bat
+++ b/
config.bat
@@
-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