clean scripts/config on distclean

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3912 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-06-08 00:39:08 +00:00
parent 0a58a0f00e
commit c05214810b
1 changed files with 2 additions and 2 deletions

View File

@ -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