nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h.
This commit is contained in:
parent
0127078761
commit
252b4f5cf6
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-09-29 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* configure.bat: Fix the condition for copying paths.h into
|
||||
../src/epaths.h.
|
||||
|
||||
2010-09-28 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* addpm.c (entry, add_registry, main):
|
||||
|
|
|
@ -669,7 +669,7 @@ if not errorlevel 2 goto doCopy
|
|||
fc /b config.tmp ..\src\config.h >nul 2>&1
|
||||
if errorlevel 1 goto doCopy
|
||||
fc /b paths.h ..\src\epaths.h >nul 2>&1
|
||||
if errorlevel 0 goto dontCopy
|
||||
if not errorlevel 1 goto dontCopy
|
||||
|
||||
:doCopy
|
||||
copy config.tmp ..\src\config.h
|
||||
|
|
Loading…
Add table
Reference in a new issue