ocaml-camlp5/0003-mkcamlp5-fix-removing-...

26 lines
560 B
Diff

From 5d0a7fdb62e80593f17ad7cde5ec93d4cd84fcb6 Mon Sep 17 00:00:00 2001
From: kakadu <kakadu.hafanana@gmail.com>
Date: Thu, 26 Mar 2020 12:43:49 +0300
Subject: [PATCH 03/10] mkcamlp5: fix removing files in script
---
etc/mkcamlp5.sh.tpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/mkcamlp5.sh.tpl b/etc/mkcamlp5.sh.tpl
index 616e2be3..9bc653a9 100644
--- a/etc/mkcamlp5.sh.tpl
+++ b/etc/mkcamlp5.sh.tpl
@@ -4,7 +4,7 @@
OLIB=`OCAMLNc -where`
LIB=LIBDIR/CAMLP5N
-RM=rm -f
+RM="rm -f"
INTERFACES=
OPTS=
INCL="-I ."
--
2.24.1