diff options
| author | Eli Zaretskii | 2008-02-09 09:51:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-02-09 09:51:11 +0000 |
| commit | 65366573528cb560edbce596476364462004f664 (patch) | |
| tree | 418a8343dc0d5897f9a81629e74c884c3c454b45 | |
| parent | f96b6330e8ca4efe7e965e22c58a3e6e648e9bab (diff) | |
| download | emacs-65366573528cb560edbce596476364462004f664.tar.gz emacs-65366573528cb560edbce596476364462004f664.zip | |
(dontCopy): Do not rename admin/unidata/Makefile.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rwxr-xr-x | nt/configure.bat | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index dd2ada02113..b724c7cd2fa 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * configure.bat (dontCopy): Do not rename admin/unidata/Makefile. | ||
| 4 | |||
| 1 | 2008-02-04 Juanma Barranquero <lekktu@gmail.com> | 5 | 2008-02-04 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * .cvsignore: Don't ignore .arch-inventory. | 7 | * .cvsignore: Don't ignore .arch-inventory. |
diff --git a/nt/configure.bat b/nt/configure.bat index ed0fa94724a..ace5996f07e 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -524,7 +524,6 @@ copy paths.h ..\src\epaths.h | |||
| 524 | :dontCopy | 524 | :dontCopy |
| 525 | if exist config.tmp del config.tmp | 525 | if exist config.tmp del config.tmp |
| 526 | copy /b config.settings+%MAKECMD%.defs+..\nt\makefile.w32-in ..\nt\makefile | 526 | copy /b config.settings+%MAKECMD%.defs+..\nt\makefile.w32-in ..\nt\makefile |
| 527 | if exist ..\admin\unidata\Makefile if not exist ..\admin\unidata\Makefile.unix ren ..\admin\unidata\Makefile Makefile.unix | ||
| 528 | if exist ..\admin\unidata copy /b config.settings+%MAKECMD%.defs+..\admin\unidata\makefile.w32-in ..\admin\unidata\makefile | 527 | if exist ..\admin\unidata copy /b config.settings+%MAKECMD%.defs+..\admin\unidata\makefile.w32-in ..\admin\unidata\makefile |
| 529 | copy /b config.settings+%MAKECMD%.defs+..\lib-src\makefile.w32-in ..\lib-src\makefile | 528 | copy /b config.settings+%MAKECMD%.defs+..\lib-src\makefile.w32-in ..\lib-src\makefile |
| 530 | copy /b config.settings+%MAKECMD%.defs+..\src\makefile.w32-in ..\src\makefile | 529 | copy /b config.settings+%MAKECMD%.defs+..\src\makefile.w32-in ..\src\makefile |