author | ar <ar> | 2005-03-26 00:06:00 (UTC) |
---|---|---|
committer | ar <ar> | 2005-03-26 00:06:00 (UTC) |
commit | 6d8f326cb4429a45c417ecdc04f58e832017aa66 (patch) (unidiff) | |
tree | b14ca8057b4019e7704d92341475130bf2b11d38 /Makefile | |
parent | bd86e7f6e4212f527d5b88af03acf23875470054 (diff) | |
download | opie-6d8f326cb4429a45c417ecdc04f58e832017aa66.zip opie-6d8f326cb4429a45c417ecdc04f58e832017aa66.tar.gz opie-6d8f326cb4429a45c417ecdc04f58e832017aa66.tar.bz2 |
- cleanup qmake in mrproper target
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -133,6 +133,8 @@ mrproper : clean-configs | |||
133 | find plugins -name "lib*.*"|xargs rm -f | 133 | find plugins -name "lib*.*"|xargs rm -f |
134 | find . -name "*.pro"|xargs touch | 134 | find . -name "*.pro"|xargs touch |
135 | rm stamp-headers | 135 | rm stamp-headers |
136 | make -C qmake clean | ||
137 | rm qmake/qmake | ||
136 | 138 | ||
137 | include $(TOPDIR)/Rules.make | 139 | include $(TOPDIR)/Rules.make |
138 | 140 | ||