distclean: Don't delete $(IMAGE)
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 31 May 2008 07:27:47 +0000 (07:27 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 31 May 2008 07:27:47 +0000 (07:27 -0000)
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

index 95f1a0fd2aea157f6b1f7dc259d3e76b6360acfc..b6622b12df7f9b4faa65d84b86ebabfb749c196a 100644 (file)
--- 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