From 42ca97865682e568f949930439192aaf2474c2a9 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Oct 2014 13:48:16 +0000 Subject: common.mk: UNICODE_FILES * common.mk (UNICODE_FILES): revert the rule that Unicode data files depend on downloader target, and add missing dependency of lib/unicode_normalize/tables.rb * common.mk (after-configure): removed as srcdir should be read-only after update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/setup.mak | 1 - 1 file changed, 1 deletion(-) (limited to 'win32') diff --git a/win32/setup.mak b/win32/setup.mak index c6bacbf337..840d3e6a68 100644 --- a/win32/setup.mak +++ b/win32/setup.mak @@ -218,5 +218,4 @@ $(CPU) = $(PROCESSOR_LEVEL) $(BANG)include $$(srcdir)/win32/Makefile.sub << @$(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat config.h config.status - @$(MAKE) -l after-configure @echo "type `nmake' to make ruby." -- cgit v1.2.3