From 243e9e1bf6021a87856f6e96eb581cef58c46d21 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 13 Dec 2012 10:06:24 +0000 Subject: [PATCH] Makefile: If the user overrides HOSTS, don't install locally anyway. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0f4612..1c48383 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,7 @@ $(addprefix install/, $(OTHERHOSTS)): install/%: %.sh $(ROOT) ssh root@$* rm -f $(FIREWALL).new ## General installation target. -install: all install/$(THISHOST) $(addprefix install/,$(HOSTS)) +install: all $(addprefix install/,$(HOSTS)) .PHONY: install $(addprefix install/,$(HOSTS)) ###----- That's all, folks -------------------------------------------------- -- 2.11.0