add .prereq to distclean

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4169 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-07-19 13:36:04 +00:00
parent 0bb39567cd
commit 7016853547
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ dirclean: clean
rm -rf staging_dir_* toolchain_build_*
distclean: dirclean config-clean
rm -rf dl .*config* .pkg*
rm -rf dl .*config* .pkg* .prereq
.PHONY: FORCE
FORCE: