Sfoglia il codice sorgente

- make distclean didn't clean dialog binaries. Closes #1039

Bernhard Reutner-Fischer 18 anni fa
parent
commit
b5136193e6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -133,6 +133,7 @@ ifeq ($(DL_DIR),$(BASE_DIR)/dl)
 	rm -rf $(DL_DIR)
 endif
 	rm -rf $(BUILD_DIR) $(LINUX_KERNEL) $(IMAGE)
+	$(MAKE) -C $(CONFIG) clean
 
 sourceball:
 	rm -rf $(BUILD_DIR)