diff options
| author | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
| commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
| tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /config.bat | |
| parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
| download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip | |
; Fix typos
Diffstat (limited to 'config.bat')
| -rw-r--r-- | config.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.bat b/config.bat index 758e4621386..e9a180c8eed 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -310,7 +310,7 @@ rm -f makefile.tmp | |||
| 310 | sed -f ../msdos/sedlibcf.inp < gnulib.mk-in > gnulib.tmp | 310 | sed -f ../msdos/sedlibcf.inp < gnulib.mk-in > gnulib.tmp |
| 311 | sed -f ../msdos/sedlibmk.inp < gnulib.tmp > gnulib.mk | 311 | sed -f ../msdos/sedlibmk.inp < gnulib.tmp > gnulib.mk |
| 312 | rm -f gnulib.tmp | 312 | rm -f gnulib.tmp |
| 313 | Rem Create directorys in lib/ that MKDIR_P is supposed to create | 313 | Rem Create directories in lib/ that MKDIR_P is supposed to create |
| 314 | Rem but I have no idea how to do that on MS-DOS. | 314 | Rem but I have no idea how to do that on MS-DOS. |
| 315 | mkdir sys | 315 | mkdir sys |
| 316 | Rem Create .d files for new files in lib/ and lib/malloc/ | 316 | Rem Create .d files for new files in lib/ and lib/malloc/ |