From: Felix Fietkau Date: Wed, 19 Jul 2006 13:36:04 +0000 (+0000) Subject: add .prereq to distclean X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=34f00bf6ef2a2d86b7ae9fa5d6d0402305ea9467;p=librecmc%2Flibrecmc.git add .prereq to distclean SVN-Revision: 4169 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index 25f60e1e54..41cda0b866 100644 --- a/openwrt/Makefile +++ b/openwrt/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: