diff options
| author | Eli Zaretskii | 1999-03-30 16:28:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-03-30 16:28:40 +0000 |
| commit | 05175c54515743480526d99e09f0ffaf42fb01c1 (patch) | |
| tree | 037b825e45ab7382690d8393da953ee4c5440f05 /config.bat | |
| parent | 09592182562a620f62b64851db83b76a5c22b555 (diff) | |
| download | emacs-05175c54515743480526d99e09f0ffaf42fb01c1.tar.gz emacs-05175c54515743480526d99e09f0ffaf42fb01c1.zip | |
Use epaths.* instead of paths.*.
Diffstat (limited to 'config.bat')
| -rw-r--r-- | config.bat | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.bat b/config.bat index 8e633a48d1f..f5e73928a9d 100644 --- a/config.bat +++ b/config.bat | |||
| @@ -127,10 +127,10 @@ Rem ---------------------------------------------------------------------- | |||
| 127 | Echo Configuring the source directory... | 127 | Echo Configuring the source directory... |
| 128 | cd src | 128 | cd src |
| 129 | 129 | ||
| 130 | rem Create "paths.h" | 130 | rem Create "epaths.h" |
| 131 | sed -f ../msdos/sed4.inp <paths.in >paths.tmp | 131 | sed -f ../msdos/sed4.inp <epaths.in >epaths.tmp |
| 132 | update paths.tmp paths.h >nul | 132 | update epaths.tmp epaths.h >nul |
| 133 | rm -f paths.tmp | 133 | rm -f epaths.tmp |
| 134 | 134 | ||
| 135 | rem Create "config.h" | 135 | rem Create "config.h" |
| 136 | rm -f config.h2 config.tmp | 136 | rm -f config.h2 config.tmp |