fix make distclean
[openwrt.git] / Makefile
index 50cf8c9..8a05267 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,8 @@ clean: FORCE
 dirclean: clean
        rm -rf staging_dir_* toolchain_build_* tool_build
 
-distclean: dirclean config-clean symlinkclean docs/clean
-       rm -rf dl
+distclean: dirclean 
+       rm -rf dl .config*
 
 # check prerequisites before starting to build
 prereq: $(package/stamp-prereq) $(target/stamp-prereq) ;
This page took 0.019267 seconds and 4 git commands to generate.