ruby-changes:65836
From: Nobuyoshi <ko1@a...>
Date: Sat, 10 Apr 2021 16:05:17 +0900 (JST)
Subject: [ruby-changes:65836] c569c298fe (master): just redirect preprocessed vm.c to mjit header [Bug #17787]
https://git.ruby-lang.org/ruby.git/commit/?id=c569c298fe From c569c298fe7bf0ff7d51ae26193b00592e65ab8c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 9 Apr 2021 14:49:30 +0900 Subject: just redirect preprocessed vm.c to mjit header [Bug #17787] Not all preprocessors work with output option. --- template/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/Makefile.in b/template/Makefile.in index fae425d..d714263 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -77,7 +77,7 @@ empty = https://github.com/ruby/ruby/blob/trunk/template/Makefile.in#L77 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) -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/