summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-04-09 14:49:30 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-04-10 16:05:01 +0900
commitc569c298fe7bf0ff7d51ae26193b00592e65ab8c (patch)
tree235491f4c483f6cfcd8ea22ac51c44fe8f41ca17
parent3a3033c138c0951ad5edbf02b5c233b58a190d2f (diff)
just redirect preprocessed vm.c to mjit header [Bug #17787]
Not all preprocessors work with output option.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4372
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index fae425d1c5..d7142636b4 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -77,7 +77,7 @@ empty =
CC_VERSION = @CC_VERSION@
OUTFLAG = @OUTFLAG@$(empty)
COUTFLAG = @COUTFLAG@$(empty)
-CPPOUTFLAG = $(COUTFLAG)
+CPPOUTFLAG = >
ARCH_FLAG = @ARCH_FLAG@
CFLAGS_NO_ARCH = @CFLAGS@
CFLAGS = $(CFLAGS_NO_ARCH) $(ARCH_FLAG)