builtin: fix termux make (#10016)

pull/10029/head
Thomas Treffner 2021-05-06 16:05:47 +02:00 committed by GitHub
parent 928ced3df8
commit 591d185db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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)