Makefile
branchstable
changeset 29009 c05cc1b95848
parent 29005 51f5fae84e43
child 29023 e2a553ae1edc
--- a/Makefile	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Mon Apr 25 16:34:02 2016 -0700
@@ -6,7 +6,7 @@
 
 export PREFIX=/usr/local
 PYTHON=python
-HGROOT != pwd
+$(eval HGROOT := $(shell pwd))
 HGPYTHONS ?= $(HGROOT)/build/pythons
 PURE=
 PYFILES:=$(shell find mercurial hgext doc -name '*.py')