bfb5529b48cbffeac31bd3ec0be8c331c18c7484
hiram
  Tue Jun 4 16:11:22 2013 -0700
including localEnvironment.mk to allow function in userApp environment refs #9149
diff --git src/utils/makefile src/utils/makefile
index 354b194..101d275 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -1,18 +1,21 @@
 # Build all directories in utils
 
-include ../inc/common.mk
+kentSrc = ..
+
+include ${kentSrc}/inc/localEnvironment.mk
+include ${kentSrc}/inc/common.mk
 
 # note: lists such as the following need to be defined *before*
 # they are used in the wildcard target rules.  An oddity of gnu make
 
 # define the list of user applications to build
 
 UTILS_APPLIST = \
 	addCols \
 	ave \
 	aveCols \
 	bedClip \
 	bedGraphToBigWig \
 	bedToBigBed \
 	bigBedInfo \
 	bigBedNamedItems \