From 8a68af9a34e7bf5b5428affd1806a9fb6ba04bb9 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 8 Nov 2022 12:34:25 +0100 Subject: [PATCH] Fix Makefile with TARGET_DIR end with release folder, removing it for --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac8932f6992..e8c9d0f2c87 100644 --- a/Makefile +++ b/Makefile @@ -294,7 +294,7 @@ ifneq (, $(TARGET_DIR)) endif ifeq (release, $(notdir $(TARGET_DIR))) - target_dir := --target-dir $(TARGET_DIR)/.. + target_dir := --target-dir $(dir $(TARGET_DIR)) endif $(info -----------)