define KOR_BASE at the top of Makefile

This commit is contained in:
Qingping Hou
2013-03-24 17:27:20 -04:00
parent c3fb3fb7db
commit b096af45a2

View File

@@ -1,10 +1,10 @@
# koreader-base directory
KOR_BASE=koreader-base
# the repository might not have been checked out yet, so make this
# able to fail:
-include $(KOR_BASE)/Makefile.defs
# koreader-base directory
KOR_BASE=koreader-base
# we want VERSION to carry the version of koreader, not koreader-base
VERSION=$(shell git describe HEAD)