From: nbd Date: Wed, 19 Jul 2006 13:36:04 +0000 (+0000) Subject: add .prereq to distclean X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/d130decc3c958b4d490b6e98fdb5733f2f37c6d1?hp=c133c86f41a5be64876ad611debb189d5d8b479e 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: