[ELDK] [PATCH RFSB] Makefile: fix typo that prevented removal of status dir
Wolfgang Denk
wd at denx.de
Thu Oct 28 13:46:10 CEST 2010
Signed-off-by: Wolfgang Denk <wd at denx.de>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index dc3a437..3dc6dc1 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ chroot: $(STAMP_CHROOT)
$(STAMP_CLEAN):
# Make sure build directory is empty
@echo "Cleaning $(BUILD)"
- @rm -fr $(BUILD) $(STATUS)
+ @rm -fr $(BUILD) $(STATUS_DIR)
@mkdir -p $(BUILD) $(STATUS_DIR)
@touch $(STAMP_CLEAN)
--
1.7.2.3
More information about the eldk
mailing list