From f9da3539ed166d30e0bd797f6e1d7675da1e0359 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 4 Mar 2004 13:50:48 +0000 Subject: * Makefile.in, */Makefile.sub, mkconfig.rb: keep rbconfig.rb old if unchanged. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index ea3d0512f9..e90a4be83a 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1,6 +1,7 @@ # -*- makefile -*- SHELL = $(COMSPEC) +MAKEFILES = Makefile $(srcdir)/wince/Makefile.sub #### Start of system configuration section. #### @@ -154,6 +155,8 @@ LIBRUBY_SO = $(RUBY_SO_NAME).dll LIBRUBY = $(RUBY_SO_NAME).lib LIBRUBYARG = $(LIBRUBY) +PREP = miniruby$(EXEEXT) + !if !defined(EXTSTATIC) EXTSTATIC = !endif @@ -209,8 +212,7 @@ SCRIPT_ARGS = "--dest-dir=$(DESTDIR)" \ "--make-flags=$(MAKEFLAGS)" EXTMK_ARGS = $(SCRIPT_ARGS) --extout="$(EXTOUT)" --extension $(EXTS) --extstatic $(EXTSTATIC) -- -all: ext miniruby$(EXEEXT) rbconfig.rb \ - $(LIBRUBY) $(MISCLIBS) +all: ext rbconfig.rb $(LIBRUBY) $(MISCLIBS) @$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS) ext: @@ -312,7 +314,7 @@ config.h: #define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/$(MAJOR).$(MINOR)/$(ARCH)-$(RT)" <