diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-17 02:08:33 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-17 02:08:33 +0000 |
| commit | 930ed7d6fe091e0247f327a1e58710e942f7ea67 (patch) | |
| tree | 58a5d3e74fc61d3441019a6fcaef8247dc27d95c /win32 | |
| parent | 7ed86cdcc55878c8545b87f9bc750629563656a1 (diff) | |
| download | ruby-930ed7d6fe091e0247f327a1e58710e942f7ea67.tar.gz ruby-930ed7d6fe091e0247f327a1e58710e942f7ea67.tar.xz ruby-930ed7d6fe091e0247f327a1e58710e942f7ea67.zip | |
* win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 613297950..0c48ba8bb 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -50,7 +50,7 @@ YFLAGS = -o y.tab.c AR = lib -nologo PURIFY = AUTOCONF = autoconf -RM = $(srcdir:/=\)\win32\rm.bat +RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat !if !defined(PROCESSOR_ARCHITECTURE) PROCESSOR_ARCHITECTURE = x86 @@ -197,7 +197,7 @@ rubyw: $(WPROGRAM) !include $(srcdir)/common.mk $(MKFILES): $(srcdir)/win32/Makefile.sub $(srcdir)/win32/configure.bat $(srcdir)/win32/setup.mak - $(srcdir:/=\)\win32\configure.bat $(configure_args) + $(COMSPEC) /C $(srcdir:/=\)\win32\configure.bat $(configure_args) @echo $(MKFILES) should be updated, re-run $(MAKE). CONFIG_H = ./.config.h.time @@ -211,7 +211,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub !if exist(config.h) @copy config.h config.h.old > nul !endif - @$(srcdir:/=\)\win32\ifchange.bat config.h << + @$(COMSPEC) /C $(srcdir:/=\)\win32\ifchange.bat config.h << #if _MSC_VER != $(MSC_VER) #error MSC version unmatch #endif |
