summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-10 10:09:26 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-10 10:10:31 +0900
commit2c55ba7191a69dd4db34572754162308f0a9acdd (patch)
tree7b7824a98e6c9dbe5ec3fb1ffd087481fb3c8f4c /win32/Makefile.sub
parentfaa4f4f23fbb6b48b158cc38d9b509fd00838976 (diff)
Define NULLCMD as an empty label [Bug #16331]
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index a2521d4ed5..88ba8b5034 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -4,6 +4,7 @@ SHELL = $(COMSPEC)
ECHO1 = $(V:1=@:)
RUNCMD = $(COMSPEC) /c
MKFILES = Makefile verconf.mk
+NULLCMD = :
NULL = nul
CHDIR = cd
PATH_SEPARATOR = ;