From db8eecfceace15ba015f602b2a9b35482fbc875e Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 31 May 2008 07:27:47 +0000 Subject: distclean: Don't delete $(IMAGE) There is not much point in deleting $(IMAGE) as the entire binaries dir is removed. Furthermore, $(IMAGE) is a prefix rather than a file name. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95f1a0fd2..b6622b12d 100644 --- a/Makefile +++ b/Makefile @@ -362,7 +362,7 @@ ifeq ($(DL_DIR),$(BASE_DIR)/dl) rm -rf $(DL_DIR) endif rm -rf $(BUILD_DIR) $(PROJECT_BUILD_DIR) $(BINARIES_DIR) \ - $(LINUX_KERNEL) $(IMAGE) $(BASE_DIR)/include \ + $(LINUX_KERNEL) $(BASE_DIR)/include \ .config.cmd $(MAKE) -C $(CONFIG) clean -- cgit v1.2.3-55-g7522