summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-01 12:46:41 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-01 12:46:41 (GMT)
commit6f905631c9acbac945090eee4c3442c231184329 (patch)
treed7492d99ceebaa0dcc8cb39b5547da850a22e2a7
parente2d5d1c597cf1ba846dd50e775456ea828a6043e (diff)
downloadswift-6f905631c9acbac945090eee4c3442c231184329.zip
swift-6f905631c9acbac945090eee4c3442c231184329.tar.bz2
Cleanup UI/Qt in 'make clean'.
-rw-r--r--Makefile2
-rw-r--r--UI/Qt/Makefile.inc1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4db4ef1..381995e 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ coverage:
tools/coverage/GenerateCoverageResults.sh
.PHONY: clean
-clean: clean-deps $(CLEANTARGETS)
+clean: clean-deps $(CLEAN_TARGETS)
-$(RM) $(CLEANFILES) \
$(SWIFTEN_SOURCES:.cpp=.gcda) \
$(SWIFTEN_SOURCES:.cpp=.gcno) \
diff --git a/UI/Qt/Makefile.inc b/UI/Qt/Makefile.inc
index 52cb3b3..bb4159d 100644
--- a/UI/Qt/Makefile.inc
+++ b/UI/Qt/Makefile.inc
@@ -6,6 +6,7 @@ qt: UI/Qt/Makefile
$(MAKE) -C UI/Qt
.PHONY: clean-qt
+clean-qt:
if [ -f "UI/Qt/Makefile" ]; then \
$(MAKE) -C UI/Qt clean; \
fi