diff --git a/Makefile b/Makefile index f5ab5843b3b..ad716e1954b 100644 --- a/Makefile +++ b/Makefile @@ -680,7 +680,8 @@ endif $(BINARYTAR): release-only $(RM) -r $(BINARYNAME) - $(RM) -r out/deps out/Release + #TODO: Uncomment this once the compiler is fixed for icu + #$(RM) -r out/deps out/Release $(PYTHON) ./configure \ --prefix=/ \ --dest-cpu=$(DESTCPU) \