From: Felix Fietkau Date: Wed, 19 Jul 2006 13:36:04 +0000 (+0000) Subject: add .prereq to distclean X-Git-Tag: v12.09~18314^2~412 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=7016853547b79185fe08da75239035df47e9e6f5;p=openwrt-github%2F.git 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 25f60e1e54..41cda0b866 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: