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