Do not talk about `make confclean` in the top-level directory

The configure script does not actually produce a "confclean" make target.

Task-number: QTBUG-27735
Change-Id: Ia0f9e33e50c35cc6bb2941853e518a40fc9edaee
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
bb10
Jan Kundrát 2013-04-18 00:05:05 +02:00 committed by The Qt Project
parent 649da796f5
commit adec3f4eaf
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -6927,5 +6927,6 @@ else
echo Qt will be installed into $QT_INSTALL_PREFIX
fi
echo
echo To reconfigure, run \'$MAKE confclean\' and \'configure\'.
echo Prior to reconfiguration, make sure you remove any leftovers from
echo the previous build.
echo