From 234378d8bb8db94b483a50b10725aff930374875 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 28 Aug 2012 00:27:21 +0000 Subject: * win32/Makefile.sub (Makefile): make to depend on common.mk, to stop and force to re-run make process when common.mk is changed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ win32/Makefile.sub | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 788ced7e0b..e0392d3bd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 28 09:25:20 2012 NAKAMURA Usaku + + * win32/Makefile.sub (Makefile): make to depend on common.mk, to + stop and force to re-run make process when common.mk is changed. + Mon Aug 27 20:19:49 2012 Hiroshi Shirosaki * test/etc/test_etc.rb (TestEtc#test_getgrgid): fix for non unique GID. diff --git a/win32/Makefile.sub b/win32/Makefile.sub index fe33455ecf..ee359c2ff7 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -438,7 +438,7 @@ test-rubyspec-precheck: @exit 1 !endif -$(MKFILES): $(win_srcdir)/Makefile.sub $(win_srcdir)/configure.bat $(win_srcdir)/setup.mak $(win_srcdir)/enc-setup.mak $(srcdir)/enc/Makefile.in +$(MKFILES): $(win_srcdir)/Makefile.sub $(win_srcdir)/configure.bat $(win_srcdir)/setup.mak $(win_srcdir)/enc-setup.mak $(srcdir)/common.mk $(srcdir)/enc/Makefile.in $(COMSPEC) /C $(win_srcdir:/=\)\configure.bat $(configure_args) @echo $(MKFILES) should be updated, re-run $(MAKE). @exit 1 -- cgit v1.2.3