aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/relx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/relx.mk')
-rw-r--r--plugins/relx.mk2
1 files changed, 1 insertions, 1 deletions
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