aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/relx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/relx.mk')
-rw-r--r--plugins/relx.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/relx.mk b/plugins/relx.mk
index ad8343f..3f7fd87 100644
--- a/plugins/relx.mk
+++ b/plugins/relx.mk
@@ -25,7 +25,7 @@ endif
rel:: distclean-rel $(RELX)
@$(RELX) -c $(RELX_CONFIG) $(RELX_OPTS)
-distclean:: distclean-rel
+distclean:: distclean-rel distclean-relx
# Plugin-specific targets.
@@ -38,6 +38,9 @@ $(RELX):
@$(call relx_fetch)
distclean-rel:
- $(gen_verbose) rm -rf $(RELX) $(RELX_OUTPUT_DIR)
+ $(gen_verbose) rm -rf $(RELX_OUTPUT_DIR)
+
+distclean-relx:
+ $(gen_verbose) rm -rf $(RELX)
endif