summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-19 13:36:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-19 13:36:04 +0000
commitd130decc3c958b4d490b6e98fdb5733f2f37c6d1 (patch)
tree358ae91b315d15c6980cd4e69acfc32f7e24aff5 /Makefile
parentc133c86f41a5be64876ad611debb189d5d8b479e (diff)
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 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: