Makefile
changeset 33865 af20468eb0a4
parent 33820 fa7e30efe05a
parent 33668 8de8f8a91f2d
child 34655 01c57eeb35cb
--- a/Makefile	Fri Aug 11 01:34:11 2017 -0700
+++ b/Makefile	Mon Aug 21 21:35:06 2017 -0700
@@ -187,7 +187,7 @@
 	  PREFIX=/usr/local \
 	  clean install
 	mkdir -p $${OUTPUTDIR:-dist}
-	HGVER=$$(shell python contrib/genosxversion.py $(OSXVERSIONFLAGS) build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py ) && \
+	HGVER=$$(python contrib/genosxversion.py $(OSXVERSIONFLAGS) build/mercurial/Library/Python/2.7/site-packages/mercurial/__version__.py) && \
 	OSXVER=$$(sw_vers -productVersion | cut -d. -f1,2) && \
 	pkgbuild --filter \\.DS_Store --root build/mercurial/ \
 	  --identifier org.mercurial-scm.mercurial \