don't generate make_default targets
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 1 Feb 2010 17:16:39 +0000 (18:16 +0100)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 19 Jun 2012 14:39:58 +0000 (16:39 +0200)
commitb35d8e651b2b9f4f20fa1f279c54a6974b4d08ae
tree9ae1d1a981debdd4eda9a0254b8a4e2d77908cd8
parentc85dc033dc58b06f1fc3cef6c2667f6516ac12b4
don't generate make_default targets

make_first really means the same, as the default target is 'first'
which immediately invokes make_first.

as a nice side effect, this fixes ALL_DEPS not being used by the subdirs
template's default target - make_default wasn't special-cased in the
right place, while make_first is.

Change-Id: I946cea3b2dae198eda61d31dbd19c6ccd15deac7
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
qmake/generators/makefile.cpp