From c569c298fe7bf0ff7d51ae26193b00592e65ab8c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 9 Apr 2021 14:49:30 +0900 Subject: [PATCH] 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 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)