From da6998434be77585eeea84eb6ea79f18e16852ce Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:32:09 +0100 Subject: [PATCH] apps/fsutils/mkmbr/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- fsutils/mkmbr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsutils/mkmbr/Makefile b/fsutils/mkmbr/Makefile index 96abeff1a..569136461 100644 --- a/fsutils/mkmbr/Makefile +++ b/fsutils/mkmbr/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/fsutils/mkmbr/Make.defs +# apps/fsutils/mkmbr/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with