From: nbd Date: Wed, 19 Jul 2006 13:36:04 +0000 (+0000) Subject: add .prereq to distclean X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=d130decc3c958b4d490b6e98fdb5733f2f37c6d1 add .prereq to distclean git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4169 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 25f60e1e5..41cda0b86 100644 --- a/Makefile +++ b/Makefile @@ -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: