summaryrefslogtreecommitdiff
path: root/Makefile
authorar <ar>2005-03-26 00:06:00 (UTC)
committer ar <ar>2005-03-26 00:06:00 (UTC)
commit6d8f326cb4429a45c417ecdc04f58e832017aa66 (patch) (side-by-side diff)
treeb14ca8057b4019e7704d92341475130bf2b11d38 /Makefile
parentbd86e7f6e4212f527d5b88af03acf23875470054 (diff)
downloadopie-6d8f326cb4429a45c417ecdc04f58e832017aa66.zip
opie-6d8f326cb4429a45c417ecdc04f58e832017aa66.tar.gz
opie-6d8f326cb4429a45c417ecdc04f58e832017aa66.tar.bz2
- cleanup qmake in mrproper target
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3a6c18d..a6768a7 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,8 @@ mrproper : clean-configs
find plugins -name "lib*.*"|xargs rm -f
find . -name "*.pro"|xargs touch
rm stamp-headers
+ make -C qmake clean
+ rm qmake/qmake
include $(TOPDIR)/Rules.make