diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-19 18:00:49 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-19 18:00:49 +0000 |
commit | b5136193e6d0e455a08158ccfcb9c735f728d433 (patch) | |
tree | 214371fa1d6d4aa1dad49786669c6c30372f93b4 | |
parent | a1a86ef91ffa67a27b325a7d7e8a6ba081abe893 (diff) | |
download | buildroot-novena-b5136193e6d0e455a08158ccfcb9c735f728d433.tar.gz buildroot-novena-b5136193e6d0e455a08158ccfcb9c735f728d433.zip |
- make distclean didn't clean dialog binaries. Closes #1039
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |