From fd9477a18f6cea564acd9c6801d844411b8bd9e8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 14 Jan 2007 23:12:30 +0000 Subject: [PATCH] remove BIN_DIR on make clean in the image builder SVN-Revision: 6101 --- target/imagebuilder/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index d4bcdf5fa9..5f999837d8 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -140,7 +140,7 @@ build_image: FORCE $(NO_TRACE_MAKE) -C target/linux/$(BOARD)-$(KERNEL)/image install IB=1 clean: - rm -rf tmp $(TARGET_DIR) + rm -rf tmp $(TARGET_DIR) $(BIN_DIR) .PHONY: FORCE .SILENT: help info image