make: reduce the number of $(shell …) calls

Through use of `$(INSTALL_DIR)`.
This commit is contained in:
Benoit Pierre
2024-05-11 20:12:42 +02:00
committed by Frans de Jonge
parent 5efba26d80
commit a4526633dd

View File

@@ -29,7 +29,7 @@ endif
ANDROID_VERSION?=$(shell git rev-list --count HEAD)
ANDROID_NAME?=$(VERSION)
MACHINE=$(shell $(CC) -dumpmachine 2>/dev/null)
MACHINE=$(TARGET_MACHINE)
ifdef KODEBUG
MACHINE:=$(MACHINE)-debug
KODEDUG_SUFFIX:=-debug