summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-01 16:13:18 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-05 17:09:49 +0900
commit30379e33c3f5fdac0692ed56cf3cf90aa31a3d3a (patch)
tree4148e34b1ec7a4c885db50960aba0921c2873f85 /win32/Makefile.sub
parentfacb5cd4d5405dafabe0bd150f5dc56dc73aa96a (diff)
Handle depend files on nmake
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 02333d0206..0f4dd62ac0 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -91,6 +91,7 @@ PURIFY =
AUTOCONF = autoconf
IFCHANGE = $(COMSPEC) /C $(srcdir:/=\)\win32\ifchange.bat
RM = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat
+RM1 = del
RMDIR = $(COMSPEC) /C $(srcdir:/=\)\win32\rmdirs.bat
RMDIRS = $(COMSPEC) /C $(srcdir:/=\)\win32\rmdirs.bat
RMALL = $(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat -f -r
@@ -105,6 +106,8 @@ BASERUBY = ruby
TEST_RUNNABLE = yes
!endif
+CAT_DEPEND = type
+
!if !defined(MACHINE)
MACHINE = x86
!endif