From 768d87895cd7b6be60fa52fccfd14efb4efda4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=82=8A=E3=81=9F=E3=81=91=E3=81=84=E3=81=99?= =?UTF-8?q?=E3=81=91?= Date: Fri, 30 Jan 2026 16:40:39 +0900 Subject: [PATCH 1/2] Fix text in osx Makefile --- scripts/templates/osx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/osx/Makefile b/scripts/templates/osx/Makefile index d2f848272ec..fdfbd4b950f 100644 --- a/scripts/templates/osx/Makefile +++ b/scripts/templates/osx/Makefile @@ -4,7 +4,7 @@ ifneq ($(wildcard config.make),) include config.make endif -# make sure the the OF_ROOT location is defined +# make sure the OF_ROOT location is defined ifndef OF_ROOT OF_ROOT=../../.. endif From ab2ee2e7bfd9a93ba530c7d0151a96583d8ddb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=82=8A=E3=81=9F=E3=81=91=E3=81=84=E3=81=99?= =?UTF-8?q?=E3=81=91?= Date: Fri, 30 Jan 2026 16:45:06 +0900 Subject: [PATCH 2/2] Fix text in macos Makefile --- scripts/templates/macos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/macos/Makefile b/scripts/templates/macos/Makefile index 177e17269cb..70216010e11 100644 --- a/scripts/templates/macos/Makefile +++ b/scripts/templates/macos/Makefile @@ -4,7 +4,7 @@ ifneq ($(wildcard config.make),) include config.make endif -# make sure the the OF_ROOT location is defined +# make sure the OF_ROOT location is defined ifndef OF_ROOT OF_ROOT=$(realpath ../../..) endif