summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-11-20 10:32:14 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-11-21 09:12:53 +0100
commit75cdfd1d06da8a14c549792f7c550753c29a0591 (patch)
tree690ebc83bfb63135629e067d34e5727b7b5ed823 /Makefile
parent3a18a80146764ea7830b9de6d0713e3798775ca7 (diff)
downloadcoreboot-75cdfd1d06da8a14c549792f7c550753c29a0591.tar.xz
build system: also remove .xcompile.tmp
Change-Id: I18df6a6ec088b9036c3c17480843e5710bc82308 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/12502 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc@marcjonesconsulting.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c4c0195b61..cc567496b8 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ $(if $(wildcard .xcompile),,$(eval $(shell util/xcompile/xcompile $(XGCCPATH) >
rm -f $@
$< $(XGCCPATH) > $@.tmp
\mv -f $@.tmp $@ 2> /dev/null
+ rm -f $@.tmp
export top := $(CURDIR)
export src := src