summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-08 00:39:08 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-08 00:39:08 +0000
commitdb3abbe8740973d6cac46cb2128e949d198e3393 (patch)
tree1841660aa7c90e276104dd846372405a9b960084 /Makefile
parent9f1c46026440e9954a88ee8843362d9cffd8ad87 (diff)
clean scripts/config on distclean
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3912 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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