aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-05 11:55:16 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-12-05 11:55:45 -0600
commit7a92eb888794819a339babd0ee220b6aa3993db1 (patch)
tree62239457e7263506a0485903a47a71a8a5eccf0e /Makefile
parent30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff)
rename git.mk to gitver.mk
This is a more descriptive name since this file only sets the gitver variable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 119a27e7..6e9198cb 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ include ${MK}/sys.mk
include ${MK}/os.mk
include ${MK}/subdir.mk
include ${MK}/dist.mk
-include ${MK}/git.mk
+include ${MK}/gitver.mk
_installafter:
ifeq (${MKPREFIX},yes)