From abd70180dbabc4d08f69f4b5598af8743d4e678a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Meireles?= Date: Tue, 5 Jul 2016 17:05:37 +0100 Subject: [PATCH] drop git as an hard build dep in order to allow builds from source tarballs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: António Meireles --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 154e8ba..2acfbe8 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ GO_LDFLAGS := $(GO_LDFLAGS) \ default: documentation documentation: documentation/man documentation/markdown - $(GIT) status + -$(GIT) status all: clean Godeps hyperkit documentation @@ -91,7 +91,7 @@ Godeps: force $(CP) components/common/assets/assets.go.bak \ components/common/assets/assets.go $(RM) components/common/assets/assets.go.bak - $(GIT) status + -$(GIT) status hyperkit: force # - ocaml stack