summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-28 16:28:41 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-09-10 21:32:19 +0900
commitf64117952534b71a11636837bddbfea7506ee785 (patch)
treecb22f1f9a36956d90af1cde352379bab819b6255 /win32/Makefile.sub
parentc7225971036afbf552673efbe25bc76d77ea6fe2 (diff)
[win32] Set proper `NULLCMD` in rbconfig.rb [ci skip]
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 0b1f41f70e..9a6bb47e10 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -976,7 +976,7 @@ s,@target_alias@,$(ARCH)-$(PLATFORM),;t t
s,@target_cpu@,$(ARCH),;t t
s,@target_vendor@,pc,;t t
s,@target_os@,$(PLATFORM),;t t
-s,@NULLCMD@,:,;t t
+s,@NULLCMD@,$(NULLCMD),;t t
s,@CC@,$(CC),;t t
s,@CPP@,$(CPP),;t t
s,@CXX@,$$(CC),;t t