summaryrefslogtreecommitdiff
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-19 13:36:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-19 13:36:04 +0000
commit34f00bf6ef2a2d86b7ae9fa5d6d0402305ea9467 (patch)
treedd5632552e73b4038b5897ea55a88af8c590c889 /openwrt/Makefile
parent8a0ec5f14f9151e2d4ce4edebe216170178a51c7 (diff)
downloadmtk-20170518-34f00bf6ef2a2d86b7ae9fa5d6d0402305ea9467.zip
mtk-20170518-34f00bf6ef2a2d86b7ae9fa5d6d0402305ea9467.tar.gz
mtk-20170518-34f00bf6ef2a2d86b7ae9fa5d6d0402305ea9467.tar.bz2
add .prereq to distclean
SVN-Revision: 4169
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 25f60e1..41cda0b 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: