diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/relx.mk | 2 |
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 |