From b5136193e6d0e455a08158ccfcb9c735f728d433 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 19 Jan 2007 18:00:49 +0000 Subject: [PATCH] - make distclean didn't clean dialog binaries. Closes #1039 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 78f2f00718..b14750d36f 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)