aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-26 05:07:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-26 05:07:54 +0000
commit0c5ed0f4b1b5d813536e6c16678f5d50c77a3868 (patch)
tree86c5e6911412da534de6a2b58da95b6ab69dfe1e /win32
parent4700e6826641fe16a1552e6476d4a2d788fbf1e2 (diff)
downloadruby-0c5ed0f4b1b5d813536e6c16678f5d50c77a3868.tar.gz
Makefile.sub: fix dependency of RUBYDEF
* win32/Makefile.sub (RUBYDEF): fix dependency, win32/mkexports.rb requires rbconfig.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57186 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 dc198f63d2..a11a3472bc 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1038,7 +1038,7 @@ $(LIBRUBY_SO): $(LIBRUBY_A) $(DLDOBJS) $(RUBYDEF) $(RUBY_SO_NAME).res
$(Q) $(LDSHARED_2)
# | findstr -v -c:LNK4049 -c:LNK4217
-$(RUBYDEF): $(LIBRUBY_A) $(PREP)
+$(RUBYDEF): $(LIBRUBY_A) $(RBCONFIG)
$(ECHO) generating $(@:\=/)
$(Q) $(MINIRUBY) $(srcdir)/win32/mkexports.rb \
-output=$@ -arch=$(ARCH) $(LIBRUBY_A)