Skip to content

Commit fd32957

Browse files
authored
Fix text in Makefile (#8498)
* Fix text in osx Makefile * Fix text in macos Makefile
1 parent 5eb5f94 commit fd32957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/templates/macos/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ifneq ($(wildcard config.make),)
44
include config.make
55
endif
66

7-
# make sure the the OF_ROOT location is defined
7+
# make sure the OF_ROOT location is defined
88
ifndef OF_ROOT
99
OF_ROOT=$(realpath ../../..)
1010
endif

scripts/templates/osx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ifneq ($(wildcard config.make),)
44
include config.make
55
endif
66

7-
# make sure the the OF_ROOT location is defined
7+
# make sure the OF_ROOT location is defined
88
ifndef OF_ROOT
99
OF_ROOT=../../..
1010
endif

0 commit comments

Comments
 (0)