mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (MKFILES): add dependecies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a34288d947
commit
a894055204
2 changed files with 6 additions and 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>
|
Tue Jan 15 18:00:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* enc/utf_8.c (OnigEncodingDefine): encoding name should be kept
|
* enc/utf_8.c (OnigEncodingDefine): encoding name should be kept
|
||||||
|
|
|
@ -281,9 +281,10 @@ rubyw: $(WPROGRAM)
|
||||||
|
|
||||||
!include $(srcdir)/common.mk
|
!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)
|
$(COMSPEC) /C $(win_srcdir:/=\)\configure.bat $(configure_args)
|
||||||
@echo $(MKFILES) should be updated, re-run $(MAKE).
|
@echo $(MKFILES) should be updated, re-run $(MAKE).
|
||||||
|
@exit 1
|
||||||
|
|
||||||
RUBY_CONFIG_H = $(arch_hdrdir)/ruby/config.h
|
RUBY_CONFIG_H = $(arch_hdrdir)/ruby/config.h
|
||||||
CONFIG_H = ./.config.h.time
|
CONFIG_H = ./.config.h.time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue