Skip to content

Commit a5005de

Browse files
committed
Merge branch 'ab/makeflags'
Backport a Makefile fix from upstream git. * ab/makeflags: Makefiles: change search through $(MAKEFLAGS) for GNU make 4.4
2 parents 1e5a89c + e69547b commit a5005de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ifeq ($(uname_S),Darwin)
116116
TKEXECUTABLE = $(shell basename "$(TKFRAMEWORK)" .app)
117117
endif
118118

119-
ifeq ($(findstring $(MAKEFLAGS),s),s)
119+
ifeq ($(findstring $(firstword -$(MAKEFLAGS)),s),s)
120120
QUIET_GEN =
121121
endif
122122

0 commit comments

Comments
 (0)