6a64112e35285dd6bc89131787bfa3e84d57ddc9
hiram
  Fri May 24 12:15:43 2013 -0700
updating userApps buildlist refs #9149
diff --git src/hg/makefile src/hg/makefile
index ac91a7f..6e81019 100644
--- src/hg/makefile
+++ src/hg/makefile
@@ -198,31 +198,30 @@
 	snpException \
 	snp \
 	spideyToPsl \
 	splitFa \
 	splitFaIntoContigs \
 	test \
 	txCds \
 	txGene \
 	txGraph \
 	utils \
 	uniqSize \
 	updateStsInfo \
 	visiGene/knownToVisiGene
 
 APPS = $(UTIL_DIRS) $(UTILS_APPLIST)
-USE_DIRS = $(UTIL_DIRS)
 
 all::    cgi utils
 
 hgLib:
 	@./sqlEnvTest.sh
 	cd lib && ${MAKE}
 
 userApps: $(UTILS_APPLIST:%=%.userApp)
 %.userApp: hgLib
 	( cd $* && echo $* && $(MAKE) )
 
 utils: $(APPS:%=%.utils)
 %.utils: hgLib
 	( cd $* && echo $* && $(MAKE) )