From 591d185db640863023831a957a1e109e78a1299a Mon Sep 17 00:00:00 2001 From: Thomas Treffner Date: Thu, 6 May 2021 16:05:47 +0200 Subject: [PATCH] builtin: fix termux make (#10016) --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 79a8b5eed8..c874491279 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,6 @@ fresh_vc: rm -rf $(VC) $(GITFASTCLONE) $(VCREPO) $(VC) -ifndef ANDROID ifndef local latest_tcc: $(TMPTCC)/.git/config cd $(TMPTCC) && $(GITCLEANPULL) @@ -119,7 +118,6 @@ else latest_tcc: @echo "Using local tcc" endif -endif fresh_tcc: rm -rf $(TMPTCC)