From 78f5a73d94ee164ba368b02c0bc64c8f04d4fe7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 11 Mar 2018 20:59:41 +0100 Subject: doc: replace "rm -f" by "$(RM)" in makefiles --- doc/de/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/de/Makefile.am') diff --git a/doc/de/Makefile.am b/doc/de/Makefile.am index 4b6f913a6..53b83bc63 100644 --- a/doc/de/Makefile.am +++ b/doc/de/Makefile.am @@ -100,4 +100,4 @@ uninstall-doc: # clean clean-local: - -rm -f weechat.1 weechat_*.html + -$(RM) weechat.1 weechat_*.html -- cgit v1.2.3