From 2ea54f0c1dbd7a6a28b010d201e63862acc529b5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 10 Dec 2018 02:58:01 +0000 Subject: win32/Makefile.sub: missing dependency of mjit_config.h git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index f0c210e2cb..9ee5ddd5b5 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1375,7 +1375,7 @@ loadpath: verconf.h sed -e '1,/^const char ruby_initial_load_paths/d;/;/,$$d' \ -e '/^^ /!d;s/ *"\\\\0"$$//;s/" *"//g' -mjit_config.h: +mjit_config.h: $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub @echo making <<$@ #ifndef RUBY_MJIT_CONFIG_H #define RUBY_MJIT_CONFIG_H 1 -- cgit v1.2.3