From effb1be0e64b8974627acedd2e9bf9baa89c49e6 Mon Sep 17 00:00:00 2001 From: Vladimir Zhelezov Date: Fri, 18 Dec 2020 08:39:54 +0100 Subject: [PATCH] Avoid hard-coded reference to `commands.tmp` --- shell-completion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/Makefile b/shell-completion/Makefile index 8cae609c9..5149f4ec7 100644 --- a/shell-completion/Makefile +++ b/shell-completion/Makefile @@ -94,7 +94,7 @@ options-%.txt: .PHONY: clean clean: - rm -f commands*.{txt,tmp} generic-options.txt options-*.txt + rm -f $(COMMANDS_TMP) commands*.txt generic-options.txt options-*.txt rm -f hledger-completion.bash