X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6d6826fc9d75971716fd11198eb125f5596061d3..274d69a92270bf677a9f12b14e372152aa00e126:/Makefile

diff --git a/Makefile b/Makefile
index dae32830c..92a49bf9e 100644
--- a/Makefile
+++ b/Makefile
@@ -98,10 +98,10 @@ world: ./scripts/config/conf FORCE
 clean: FORCE
 	rm -rf build_* bin
 
-dirclean: clean FORCE
+dirclean: clean
 	rm -rf staging_dir_* toolchain_build_*
 
-distclean: dirclean FORCE
+distclean: dirclean config-clean
 	rm -rf dl .*config* .pkg*
 
 .PHONY: FORCE