aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-10 02:58:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-10 02:58:01 +0000
commit2ea54f0c1dbd7a6a28b010d201e63862acc529b5 (patch)
tree295e1aaae7fc65ed4c2c73ba85d6593f3daa7c3c /win32
parent485f3b57bc00fa7e4035417e98da146b3299b970 (diff)
downloadruby-2ea54f0c1dbd7a6a28b010d201e63862acc529b5.tar.gz
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
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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