Browse Source

Also delete the relx executable on distclean

Loïc Hoguin 11 years ago
parent
commit
e36bf4fc7c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      erlang.mk
  2. 1 1
      plugins/relx.mk

+ 1 - 1
erlang.mk

@@ -715,6 +715,6 @@ $(RELX):
 	@$(call relx_fetch)
 
 distclean-rel:
-	$(gen_verbose) rm -rf $(RELX_OUTPUT_DIR)
+	$(gen_verbose) rm -rf $(RELX) $(RELX_OUTPUT_DIR)
 
 endif

+ 1 - 1
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