bfb5529b48cbffeac31bd3ec0be8c331c18c7484 hiram Tue Jun 4 16:11:22 2013 -0700 including localEnvironment.mk to allow function in userApp environment refs #9149 diff --git src/hg/utils/makefile src/hg/utils/makefile index 08c5c8f..948d52c 100644 --- src/hg/utils/makefile +++ src/hg/utils/makefile @@ -1,20 +1,23 @@ # Build all directories in utils # test comment # $Id: makefile,v 1.21 2010/06/04 00:12:42 larrym Exp $ -include ../../inc/common.mk +kentSrc = ../.. + +include ${kentSrc}/inc/localEnvironment.mk +include ${kentSrc}/inc/common.mk # List of directories to build for userApps UTILS_APPLIST = \ bedExtendRanges \ bedToPsl \ bedWeedOverlapping \ chromGraphFromBin \ chromGraphToBin \ crTreeIndexBed \ crTreeSearchBed \ gapToLift \ gff3ToGenePred \ gff3ToPsl \ gtfToGenePred \ hubCheck \