From: Eli Zaretskii Date: Tue, 30 Mar 1999 16:28:40 +0000 (+0000) Subject: Use epaths.* instead of paths.*. X-Git-Tag: emacs-20.4~421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05175c54515743480526d99e09f0ffaf42fb01c1;p=emacs.git Use epaths.* instead of paths.*. --- diff --git a/config.bat b/config.bat index 8e633a48d1f..f5e73928a9d 100644 --- a/config.bat +++ b/config.bat @@ -127,10 +127,10 @@ Rem ---------------------------------------------------------------------- Echo Configuring the source directory... cd src -rem Create "paths.h" -sed -f ../msdos/sed4.inp paths.tmp -update paths.tmp paths.h >nul -rm -f paths.tmp +rem Create "epaths.h" +sed -f ../msdos/sed4.inp epaths.tmp +update epaths.tmp epaths.h >nul +rm -f epaths.tmp rem Create "config.h" rm -f config.h2 config.tmp