From: Mark Wooding Date: Sat, 25 Jan 2014 13:34:05 +0000 (+0000) Subject: Makefile: Remove old debugging rule. X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/commitdiff_plain/b5c4918b3829e4f78ff688b050aa02b9bbd5bbde Makefile: Remove old debugging rule. Shouldn't have been committed in the first place. --- diff --git a/Makefile b/Makefile index fca5165..b290a59 100644 --- 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