Makefile: Remove old debugging rule.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 25 Jan 2014 13:34:05 +0000 (13:34 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 25 Jan 2014 13:34:05 +0000 (13:34 +0000)
Shouldn't have been committed in the first place.

Makefile

index fca5165..b290a59 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,9 +98,6 @@ install/$(THISHOST): exim4-$(call host-mode,$(THISHOST)).conf
        $(ROOT) install -m644 $< /etc/exim4/exim4.conf
        $(ROOT) service exim4 reload
 
-show:
-       : $(addprefix install/, $(OTHERHOSTS))
-
 $(addprefix install/, $(OTHERHOSTS)): \
 install/%: exim4-$$(call host-mode,$$*).conf
        $(ROOT) scp $< root@$*:/etc/exim4/exim4.conf