From 8ceaaf74205cf6b902ff076d52f104794f47f888 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 16 Mar 2023 08:29:14 +0100 Subject: [PATCH] Relative include --- osgi.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osgi.mk b/osgi.mk index 227ec17..353e3e9 100644 --- a/osgi.mk +++ b/osgi.mk @@ -1,4 +1,5 @@ -include common.mk +SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST))) +include $(SELF_DIR)common.mk # # Common build routines to be included in Makefiles # -- 2.30.2