From 1b62227d43ce9324e7ab19aace629352d26bca2d Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Tue, 18 Feb 2020 16:00:59 +0100 Subject: [PATCH] Makefile: use HOST_DIR_SYMLINK instead of hardcoding Signed-off-by: Thomas De Schampheleire Signed-off-by: Thomas Petazzoni --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 671e12a9d4..5b9e592b35 100644 --- a/Makefile +++ b/Makefile @@ -455,7 +455,7 @@ endif ifneq ($(HOST_DIR),$(BASE_DIR)/host) HOST_DIR_SYMLINK = $(BASE_DIR)/host $(HOST_DIR_SYMLINK): $(BASE_DIR) - ln -snf $(HOST_DIR) $(BASE_DIR)/host + ln -snf $(HOST_DIR) $(HOST_DIR_SYMLINK) endif # Quotes are needed for spaces and all in the original PATH content. -- 2.30.2