From 578a6fd6a6e771706a384509d24120c33c7153d0 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 24 Nov 2010 07:38:39 +0000 Subject: * win32/Makefile.sub ($(RCFILES)): no revision.h in this branch, a patch from Luis Lavena . [ruby-core:33310] * cygwin/GNUmakefile.in ($(RCFILES)): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@29907 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 cfbecc9489..792481ac33 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -615,7 +615,7 @@ distclean-local:: @$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\) @$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc -$(RCFILES): $(RBCONFIG) $(srcdir)/revision.h $(srcdir)/win32/resource.rb +$(RCFILES): $(RBCONFIG) $(srcdir)/version.h $(srcdir)/win32/resource.rb @$(MINIRUBY) $(srcdir)/win32/resource.rb \ -ruby_name=$(RUBY_INSTALL_NAME) \ -rubyw_name=$(RUBYW_INSTALL_NAME) \ -- cgit v1.2.3