summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-20 13:32:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-12-20 17:53:41 +0900
commit5716c0f1f84525dc3138125f1c97ef86ae1ff32a (patch)
treec7a0cc94df4f2391dc6810a78fc66843a3c65ce7 /template
parent031bc21abba4c2e9ce38bb49c456478073e6672a (diff)
downloadruby-5716c0f1f84525dc3138125f1c97ef86ae1ff32a.tar.gz
MSVS lacks `touch` [ci skip]
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 8322ad7178..145631386d 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -228,6 +228,7 @@ RMDIR = @RMDIR@
RMDIRS = @RMDIRS@
RMALL = @RMALL@
LN_S = @LN_S@
+TOUCH = touch
NM = @NM@
AR = @AR@
ARFLAGS = @ARFLAGS@$(empty)