1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

add .prereq to distclean

SVN-Revision: 4169
This commit is contained in:
Felix Fietkau 2006-07-19 13:36:04 +00:00
parent 8a0ec5f14f
commit 34f00bf6ef

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