From patchwork Mon Jul 26 23:33:43 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: xcompile patch for libpayload Date: Mon, 26 Jul 2010 23:33:43 -0000 From: baiyin cai X-Patchwork-Id: 1686 Message-Id: To: coreboot , Marc Jones hi all, since the xcompile file is generated for different compiler, i think it should be included under the PHONY distclean, am i right? Signed-off-by Cai Bai Yin Acked-by: Peter Stuge Acked-by: Marc Jones Index: Makefile =================================================================== --- Makefile (revision 5668) +++ Makefile (working copy) @@ -163,7 +163,7 @@ distclean: clean $(Q)rm -rf build # should be $(obj) ? - $(Q)rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* + $(Q)rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .xcompile # This include must come _before_ the pattern rules below! # Order _does_ matter for pattern rules.