Fix subtle problem with redirection in nt/configure.bat.
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 May 2012 16:17:35 +0000 (19:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 May 2012 16:17:35 +0000 (19:17 +0300)
commite383e32d7a00bf286db1dc6b05b6219f0eaab8dc
tree6fa3e4d1e1be554159b0819687701b7e27a9dfd5
parent5221ccb96e8dde4c0c3164f9517aa7b54e539d0d
Fix subtle problem with redirection in nt/configure.bat.

 nt/configure.bat (genmakefiles): Move the redirection away from the
 end of the command, to avoid excess whitespace at the end of Make
 variables created at configure time, and also avoid things like
 "FOO1>>config.settings", where "1" gets interpreted as the file
 descriptor and eaten up.  This fixes breakage introduced by the
 last change, without reintroducing the bug fixed by that change.
nt/ChangeLog
nt/configure.bat