diff --git a/ChangeLog b/ChangeLog index 6ab9da7574..a92a2cec5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 26 16:10:41 2013 NAKAMURA Usaku + + * 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. + Thu Dec 26 14:25:03 2013 Nobuyoshi Nakada * hash.c (HASH_REJECT_COPY_EXTRA_STATES): turn off the old 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