From e36bf4fc7cc9311f62e57bdef43b6edf57b95087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 1 Aug 2014 14:52:07 +0200 Subject: Also delete the relx executable on distclean --- plugins/relx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/relx.mk b/plugins/relx.mk index f425d12..ad8343f 100644 --- a/plugins/relx.mk +++ b/plugins/relx.mk @@ -38,6 +38,6 @@ $(RELX): @$(call relx_fetch) distclean-rel: - $(gen_verbose) rm -rf $(RELX_OUTPUT_DIR) + $(gen_verbose) rm -rf $(RELX) $(RELX_OUTPUT_DIR) endif -- cgit v1.2.3