Browse Source

Prevent 'make all' from removing elvis

Given that 'make all' is the default build, it seems surprising to
delete this without an explicit request for a 'distclean'.
Daniel White 10 years ago
parent
commit
8af5ab5d7a
2 changed files with 0 additions and 8 deletions
  1. 0 4
      erlang.mk
  2. 0 4
      plugins/elvis.mk

+ 0 - 4
erlang.mk

@@ -943,10 +943,6 @@ help::
 		"Elvis targets:" \
 		"  elvis       Run Elvis using the local elvis.config or download the default otherwise"
 
-ifneq ($(wildcard $(ELVIS_CONFIG)),)
-rel:: distclean-elvis
-endif
-
 distclean:: distclean-elvis
 
 # Plugin-specific targets.

+ 0 - 4
plugins/elvis.mk

@@ -21,10 +21,6 @@ help::
 		"Elvis targets:" \
 		"  elvis       Run Elvis using the local elvis.config or download the default otherwise"
 
-ifneq ($(wildcard $(ELVIS_CONFIG)),)
-rel:: distclean-elvis
-endif
-
 distclean:: distclean-elvis
 
 # Plugin-specific targets.