From 7016853547b79185fe08da75239035df47e9e6f5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 19 Jul 2006 13:36:04 +0000 Subject: add .prereq to distclean git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4169 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3