From 98c5907c653d19477e19b973cc67b97607c4ba4b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 20 Sep 2021 22:17:46 +0900 Subject: Ripper source on mswin * Get rid of command substitution for cmd.exe. * Separate RM1 command to remove single file sans directory. --- template/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'template/Makefile.in') 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@ -- cgit v1.2.3