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/mouseStuff/makefile src/hg/mouseStuff/makefile
index 4d3ea2a..2a3911f 100644
--- src/hg/mouseStuff/makefile
+++ src/hg/mouseStuff/makefile
@@ -1,18 +1,21 @@
 # Build all directories in makeDb 
 
-include ../../inc/common.mk
+kentSrc = ../..
+
+include ${kentSrc}/inc/localEnvironment.mk
+include ${kentSrc}/inc/common.mk
 
 BADDIRS = \
         correctEst
 
 # List of directories to build for userApps
 UTILS_APPLIST = \
 	axtChain \
 	axtSort \
 	axtSwap \
 	axtToMaf \
 	axtToPsl \
 	bedCoverage \
 	chainAntiRepeat \
 	chainFilter \
 	chainMergeSort \