diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-15 09:05:23 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-15 09:05:23 +0000 |
| commit | 36c5ad075fb58221b8786937964b85e584cf69e3 (patch) | |
| tree | 3515aa3e025fb9c081140890bbf881e1352e7a87 | |
| parent | bb44fe0f4046a1f3738968a0eb525f18435d9152 (diff) | |
| download | ruby-36c5ad075fb58221b8786937964b85e584cf69e3.tar.gz ruby-36c5ad075fb58221b8786937964b85e584cf69e3.tar.xz ruby-36c5ad075fb58221b8786937964b85e584cf69e3.zip | |
* win32/Makefile.sub (MKFILES): add dependecies.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | win32/Makefile.sub | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Tue Jan 15 18:01:55 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * win32/Makefile.sub (MKFILES): add dependecies. + Tue Jan 15 18:00:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * enc/utf_8.c (OnigEncodingDefine): encoding name should be kept diff --git a/win32/Makefile.sub b/win32/Makefile.sub index f22a9972d..6ce665912 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -281,9 +281,10 @@ rubyw: $(WPROGRAM) !include $(srcdir)/common.mk -$(MKFILES): $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(win_srcdir)/configure.bat $(win_srcdir)/setup.mak +$(MKFILES): $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(win_srcdir)/configure.bat $(win_srcdir)/setup.mak $(win_srcdir)/enc-setup.mak $(srcdir)/enc/Makefile.in $(COMSPEC) /C $(win_srcdir:/=\)\configure.bat $(configure_args) @echo $(MKFILES) should be updated, re-run $(MAKE). + @exit 1 RUBY_CONFIG_H = $(arch_hdrdir)/ruby/config.h CONFIG_H = ./.config.h.time |
