define KOR_BASE at the top of Makefile

pull/8/head
Qingping Hou 11 years ago
parent c3fb3fb7db
commit b096af45a2

@ -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)

Loading…
Cancel
Save