# HG changeset patch # User Martin von Zweigbergk # Date 2020-08-08 04:59:43 # Node ID 1c8e3c17c702518cbe9960c9565e78fbfb91b7a0 # Parent 442823f66889fc4c3f02960994203723143388d8 makefile: stop setting unused HGEXTDIR variable during osx build The variable was added in a38ed42cd23c (osx: include chg by default, 2017-03-20), but I can't find any others references to the variable in that commit or in any other commits. Differential Revision: https://phab.mercurial-scm.org/D8915 diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -234,7 +234,6 @@ osx: make -C contrib/chg \ HGPATH=/usr/local/bin/hg \ PYTHON=/usr/bin/python2.7 \ - HGEXTDIR=/Library/Python/2.7/site-packages/hgext \ DESTDIR=../../build/mercurial \ PREFIX=/usr/local \ clean install