From c283ebb2d24857100a28873cfc078c238646f8a6 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 26 Dec 2013 07:11:51 +0000 Subject: * win32/Makefile.sub (fake.rb): should depend on version.h because if RUBY_VERSION is updated, fake.rb need to say the new version to avoid install error in rbconfig.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 305f37df55..2d4ecca4bb 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1034,7 +1034,7 @@ $(RCFILES): $(RBCONFIG) $(srcdir)/revision.h $(srcdir)/win32/resource.rb -so_name=$(RUBY_SO_NAME) \ . $(icondirs) $(win_srcdir) -$(arch)-fake.rb: $(MKFILES) +$(arch)-fake.rb: $(MKFILES) $(srcdir)/version.h @echo Creating <<$@ class Object CROSS_COMPILING = RUBY_PLATFORM -- cgit v1.2.3