summaryrefslogtreecommitdiff
path: root/template/Makefile.in
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-20 22:17:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-21 13:05:27 +0900
commit98c5907c653d19477e19b973cc67b97607c4ba4b (patch)
tree5c377b84ea806f581151edc780f6e591978408e6 /template/Makefile.in
parent046f1bf492d707465c0fe90ea8bac34746c9455a (diff)
Ripper source on mswin
* Get rid of command substitution for cmd.exe. * Separate RM1 command to remove single file sans directory.
Diffstat (limited to 'template/Makefile.in')
-rw-r--r--template/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 666cbc3481..b0e987bba0 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -208,6 +208,7 @@ MAKEDIRS = @MKDIR_P@
CP = cp
MV = mv
RM = rm -f
+RM1 = $(RM)
RMDIR = @RMDIR@
RMDIRS = @RMDIRS@
RMALL = @RMALL@