diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-23 05:46:14 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-23 05:46:14 +0000 |
commit | 3414db52d59a770e2adfb0df2f5b2f45909bd1d2 (patch) | |
tree | cac4bb8d637001c60aa4e630ea2f688268330636 /bcc32 | |
parent | b0dc76ad9f87407deb8ba21eeac2f6e08ecab32e (diff) | |
download | ruby-3414db52d59a770e2adfb0df2f5b2f45909bd1d2.tar.gz ruby-3414db52d59a770e2adfb0df2f5b2f45909bd1d2.tar.xz ruby-3414db52d59a770e2adfb0df2f5b2f45909bd1d2.zip |
* bcc32/Makefile.sub: needs bcc32/mkexports.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index c579ac9ed..b30324b3a 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -402,7 +402,7 @@ $(LIBRUBY_SO): $(LIBRUBY_A) $(EXTOBJS) $(RUBYDEF) $(RUBY_SO_NAME).res $(LIBRUBY): $(LIBRUBY_SO) $(RUBYDEF): $(LIBRUBY_A) $(PREP) - $(MINIRUBY) $(srcdir)win32/mkexports.rb -output=$@ -base=$(RUBY_SO_NAME) $(LIBRUBY_A) + $(MINIRUBY) $(srcdir)bcc32/mkexports.rb -output=$@ -base=$(RUBY_SO_NAME) $(LIBRUBY_A) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: rbconfig.rb @$(MINIRUBY) $(srcdir)win32/resource.rb \ |