remove BIN_DIR on make clean in the image builder
authorFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jan 2007 23:12:30 +0000 (23:12 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jan 2007 23:12:30 +0000 (23:12 +0000)
SVN-Revision: 6101

target/imagebuilder/files/Makefile

index d4bcdf5fa93aa67f6112762adceba33ab2531aff..5f999837d8172165731216e1919b6e2c4b590bf4 100644 (file)
@@ -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