Mercurial > emacs
changeset 24528:440fb6df32c8
Use epaths.* instead of paths.*.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 30 Mar 1999 16:28:40 +0000 |
parents | 9c8fd1f7b4d3 |
children | 2986e6d0e927 |
files | config.bat |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/config.bat Mon Mar 29 09:06:05 1999 +0000 +++ b/config.bat Tue Mar 30 16:28:40 1999 +0000 @@ -127,10 +127,10 @@ Echo Configuring the source directory... cd src -rem Create "paths.h" -sed -f ../msdos/sed4.inp <paths.in >paths.tmp -update paths.tmp paths.h >nul -rm -f paths.tmp +rem Create "epaths.h" +sed -f ../msdos/sed4.inp <epaths.in >epaths.tmp +update epaths.tmp epaths.h >nul +rm -f epaths.tmp rem Create "config.h" rm -f config.h2 config.tmp