Skip to content

Commit

Permalink
Merge pull request #78 from AntonioMeireles/v0.7.x
Browse files Browse the repository at this point in the history
drop git as an hard build dep in order to allow builds from source tarballs
  • Loading branch information
AntonioMeireles authored Jul 5, 2016
2 parents 0fb028c + abd7018 commit 207507d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GO_LDFLAGS := $(GO_LDFLAGS) \
default: documentation

documentation: documentation/man documentation/markdown
$(GIT) status
-$(GIT) status

all: clean Godeps hyperkit documentation

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 207507d

Please sign in to comment.