Skip to content

Commit 207507d

Browse files
Merge pull request #78 from AntonioMeireles/v0.7.x
drop git as an hard build dep in order to allow builds from source tarballs
2 parents 0fb028c + abd7018 commit 207507d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GO_LDFLAGS := $(GO_LDFLAGS) \
4444
default: documentation
4545

4646
documentation: documentation/man documentation/markdown
47-
$(GIT) status
47+
-$(GIT) status
4848

4949
all: clean Godeps hyperkit documentation
5050

@@ -91,7 +91,7 @@ Godeps: force
9191
$(CP) components/common/assets/assets.go.bak \
9292
components/common/assets/assets.go
9393
$(RM) components/common/assets/assets.go.bak
94-
$(GIT) status
94+
-$(GIT) status
9595

9696
hyperkit: force
9797
# - ocaml stack

0 commit comments

Comments
 (0)