From 0c03775326670aa0d829a8b68e87999d99fa97e4 Mon Sep 17 00:00:00 2001 From: Richard Gooch Date: Mon, 28 Aug 2017 15:04:32 -0700 Subject: [PATCH] Rename template/config_host.go to defeat get-deps target. --- Makefile | 2 +- templates/{config_host.go => config_host_go} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{config_host.go => config_host_go} (100%) diff --git a/Makefile b/Makefile index c8843b6..021bbf6 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ clean: rm -f keymaster-*.tar.gz init-config-host: - @test -f cmd/keymaster/config_host.go || cp -p templates/config_host.go cmd/keymaster/config_host.go + @test -f cmd/keymaster/config_host.go || cp -p templates/config_host_go cmd/keymaster/config_host.go ${BINARY}-${VERSION}.tar.gz: mkdir ${BINARY}-${VERSION} diff --git a/templates/config_host.go b/templates/config_host_go similarity index 100% rename from templates/config_host.go rename to templates/config_host_go