From b5c4918b3829e4f78ff688b050aa02b9bbd5bbde Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 25 Jan 2014 13:34:05 +0000 Subject: [PATCH] Makefile: Remove old debugging rule. Shouldn't have been committed in the first place. --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.11.0