From adec3f4eaf06cf0f0960c481d6cbf9634ee35d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Thu, 18 Apr 2013 00:05:05 +0200 Subject: 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 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 55a643a4b0..9c86fa1e5d 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3