summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorU.Nakamura <usa@ruby-lang.org>2023-10-17 20:51:50 +0900
committerU.Nakamura <usa@ruby-lang.org>2023-10-17 20:51:50 +0900
commit8563a144fda2fd130b672541a84d8bad0b6c4cd2 (patch)
treefe40f90ee73169bf151eac76ed37851a022b9e68 /template
parenta3e1444663005d3440b56c3a8e1b88bb28935912 (diff)
merge revision(s) bcb3247072e6973d0f6b50ca5fed238d5824bd28,fe0225ff4d5af8b1f54009727b39d0d9b821eea3: [Backport #19778]
[Bug #19778] Pass additional include options to INCFLAGS in common.mk --- common.mk | 2 +- configure.ac | 1 + template/Makefile.in | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) [Bug #19778] Add `-I` options for opt-dir to `$INCFLAGS` These options have been separated from `$CFLAGS` already in the other places. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 86f8b1e969..97313af5a4 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -86,6 +86,7 @@ optflags = @optflags@
debugflags = @debugflags@
warnflags = @warnflags@ @strict_warnflags@
cppflags = @cppflags@
+incflags = @incflags@
XCFLAGS = @XCFLAGS@ $(INCFLAGS)
USE_RUBYGEMS = @USE_RUBYGEMS@
USE_RUBYGEMS_ = $(USE_RUBYGEMS:yes=)