From afbf072f35a25143540c7e5e1a084fac3a2ea8c2 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 29 Sep 2010 20:28:59 +0000 Subject: Don't run clean-abuild on distclean target. It breaks full abuild runs. Signed-off-by: Patrick Georgi Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5881 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58a9663..e5a861f 100644 --- a/Makefile +++ b/Makefile @@ -364,7 +364,7 @@ clean-abuild: clean-cscope: rm -f cscope.out -distclean: clean-cscope clean-abuild +distclean: clean-cscope rm -rf $(obj) rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile -- cgit v1.1