diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-12-20 13:32:00 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-12-20 17:53:41 +0900 |
commit | 5716c0f1f84525dc3138125f1c97ef86ae1ff32a (patch) | |
tree | c7a0cc94df4f2391dc6810a78fc66843a3c65ce7 /template | |
parent | 031bc21abba4c2e9ce38bb49c456478073e6672a (diff) | |
download | ruby-5716c0f1f84525dc3138125f1c97ef86ae1ff32a.tar.gz |
MSVS lacks `touch` [ci skip]
Diffstat (limited to 'template')
-rw-r--r-- | template/Makefile.in | 1 |
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) |