Merge pull request #707 from abraithwaite/source-tar-build

Makefile: allow building from source without git
pull/708/head^2
Julius Volz 10 years ago
commit 7af85f980c

@ -15,7 +15,7 @@
.SUFFIXES: .SUFFIXES:
VERSION=$(shell cat `git rev-parse --show-toplevel`/VERSION) VERSION?=$(shell cat `git rev-parse --show-toplevel`/VERSION)
OS=$(shell uname) OS=$(shell uname)
ARCH=$(shell uname -m) ARCH=$(shell uname -m)

Loading…
Cancel
Save