diff options
author | John Stebbins <[email protected]> | 2015-08-25 09:48:14 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-08-25 14:17:11 -0700 |
commit | 4889bc95883dd2cb0eb679d381d15385b930bcfa (patch) | |
tree | 7a20ea87161e790b84b7f1cd4b0d10010201f995 /make/include | |
parent | d4d9555eca3048d281d510bd51267ce67142acd6 (diff) |
build: use git version info instead of svn
Migrate from svn to git. Since our build system automatically generates
version info from the svn repo, this needs to change when we move the
repo to git.
Diffstat (limited to 'make/include')
-rw-r--r-- | make/include/tool.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/include/tool.defs b/make/include/tool.defs index 29f45e9a7..3efe5d83f 100644 --- a/make/include/tool.defs +++ b/make/include/tool.defs @@ -11,3 +11,4 @@ WGET.exe = wget MV.exe = mv ZIP.exe = zip LN.exe = ln +GIT.exe = git |