Make configure.exe not overwrite its own Makefile in -fast mode
authorThiago Macieira <thiago.macieira@intel.com>
Tue, 24 Apr 2012 17:15:49 +0000 (19:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Apr 2012 10:43:25 +0000 (12:43 +0200)
commitf1b324a83cbaf6d9bde1e72e50f7efca4c4d0bb1
tree96af6dff045e1f15f6df43d2950453c23bdb1e23
parent8da57f37320478e1ae6094410ff230aa4580689b
Make configure.exe not overwrite its own Makefile in -fast mode

configure.exe's Makefile is created by configure.bat. While severely
lacking, it is what gets executed when the user configures, so
developers modifying configure.exe should use that too.

Change-Id: Ib216889594d08c980bfae6d2dbbb27ee9901375a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
tools/configure/configureapp.cpp