From c14e3c99f7cd9e2721edf69e103d1649a88b6b88 Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Tue, 16 Sep 2008 08:19:07 +0000
Subject: - do not attempt to rm twice - clean targets are supposed to clean
 independently of any .config

---
 Makerules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makerules')

diff --git a/Makerules b/Makerules
index 6081af13c..4ce235e36 100644
--- a/Makerules
+++ b/Makerules
@@ -7,7 +7,7 @@
 PHONY := FORCE
 
 .PHONY: dummy $(PHONY) \
-	all check clean realclean distclean test \
+	all check test $(clean_targets) \
 	config dist menuconfig oldconfig release \
 	subdirs utils help
 
-- 
cgit v1.2.3