1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 21:37:10 +02:00

add .prereq to distclean

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4169 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-07-19 13:36:04 +00:00
parent c133c86f41
commit d130decc3c

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: