From f1e68c82c46e0f9244459258a2c95c944f0692db Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 23 Jun 2023 18:50:08 +0100 Subject: [PATCH] . --- sbin/Makefile.rootgitshared | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/Makefile.rootgitshared b/sbin/Makefile.rootgitshared index a6a9f2f..8c563ca 100644 --- a/sbin/Makefile.rootgitshared +++ b/sbin/Makefile.rootgitshared @@ -1,6 +1,7 @@ SHELL := /bin/sh ZZ = /zz -MAKEFILE_NAME := $(firstword $(MAKEFILE_LIST)) +MAKEFILE := $(firstword $(MAKEFILE_LIST)) +MAKEFILE_NAME := $$(basename ${MAKEFILE}) .PHONY: help help: ## Show this help