make: remove obsolete references to /var/tmp/tcc

This commit is contained in:
Delyan Angelov 2020-12-03 09:17:31 +02:00
parent c5a7c51dfd
commit 97ed2bf211
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 4 additions and 8 deletions

View file

@ -105,10 +105,6 @@ endif
fresh_tcc:
ifndef ANDROID
ifdef LINUX
rm -rf /var/tmp/tcc
git clone https://github.com/vlang/tccbin /var/tmp/tcc
endif
rm -rf $(TMPTCC)
$(GITFASTCLONE) --branch $(TCCBRANCH) $(TCCREPO) $(TMPTCC)
endif