From 34f00bf6ef2a2d86b7ae9fa5d6d0402305ea9467 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 19 Jul 2006 13:36:04 +0000 Subject: [PATCH] add .prereq to distclean SVN-Revision: 4169 --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.25.1