summaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-15 09:05:23 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-15 09:05:23 +0000
commit36c5ad075fb58221b8786937964b85e584cf69e3 (patch)
tree3515aa3e025fb9c081140890bbf881e1352e7a87 /win32/Makefile.sub
parentbb44fe0f4046a1f3738968a0eb525f18435d9152 (diff)
downloadruby-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
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
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