summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-04-23 13:40:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-04-23 19:16:57 +0000
commit3378aa45c27052510c244f935639d65bdf9275f4 (patch)
tree2563f73c3933ff962572426ba7fa882d2b84fa50 /qmake/Makefile.win32
parent6e2e0e061ff1974b35cd171e085b9920d770e7d9 (diff)
fix distclean targets
this makes the distclean targets work throughout qt. the dreaded confclean target is aliased to distclean. Task-number: QTBUG-8202 Task-number: QTBUG-20566 Change-Id: I7ac8e3b5b0110825dc93e4fa885281db91c6cf83 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win324
1 files changed, 3 insertions, 1 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index f84c30d4af..9dda6ca1e7 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -140,7 +140,9 @@ clean::
-del qmake.tds
distclean:: clean
- -del qmake
+ -del qmake.exe
+ -del $(BUILD_PATH)\bin\qmake.exe
+ -del Makefile
.c.obj:
$(CXX) $(CFLAGS) $<