summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-19 18:00:49 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-19 18:00:49 +0000
commitb5136193e6d0e455a08158ccfcb9c735f728d433 (patch)
tree214371fa1d6d4aa1dad49786669c6c30372f93b4 /Makefile
parenta1a86ef91ffa67a27b325a7d7e8a6ba081abe893 (diff)
- make distclean didn't clean dialog binaries. Closes #1039
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78f2f0071..b14750d36 100644
--- a/Makefile
+++ b/Makefile
@@ -133,6 +133,7 @@ ifeq ($(DL_DIR),$(BASE_DIR)/dl)
rm -rf $(DL_DIR)
endif
rm -rf $(BUILD_DIR) $(LINUX_KERNEL) $(IMAGE)
+ $(MAKE) -C $(CONFIG) clean
sourceball:
rm -rf $(BUILD_DIR)