aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit7016853547b79185fe08da75239035df47e9e6f5 (patch)
tree358ae91b315d15c6980cd4e69acfc32f7e24aff5 /Makefile
parent0bb39567cdbbfc9ac81ea68e5524c390039a73be (diff)
downloadmaster-187ad058-7016853547b79185fe08da75239035df47e9e6f5.tar.gz
master-187ad058-7016853547b79185fe08da75239035df47e9e6f5.tar.bz2
master-187ad058-7016853547b79185fe08da75239035df47e9e6f5.zip
add .prereq to distclean
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4169 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: