6347dcc5431979ccd2bfb3bb056aa7b994997525
hiram
  Fri May 24 14:07:14 2013 -0700
updating userApps buildlist refs #9149
diff --git src/hg/makefile src/hg/makefile
index 9e47b83..f746b71 100644
--- src/hg/makefile
+++ src/hg/makefile
@@ -206,30 +206,33 @@
 	txGraph \
 	utils \
 	uniqSize \
 	updateStsInfo \
 	visiGene/knownToVisiGene
 
 APPS = $(UTIL_DIRS) $(UTILS_APPLIST)
 
 all::    cgi utils
 
 hgLib:
 	@./sqlEnvTest.sh
 	cd lib && ${MAKE}
 
 userApps: $(UTILS_APPLIST:%=%.userApp)
+	cd mouseStuff && $(MAKE) userApps
+	cd ratStuff && $(MAKE) userApps
+
 %.userApp: hgLib
 	cd $* && echo $* && $(MAKE)
 
 utils: $(APPS:%=%.utils)
 %.utils: hgLib
 	cd $* && echo $* && $(MAKE)
 
 # Compile only, the cgi's for those builds without write access
 #	to apache cgi-bin directories  (this compiles and links executables)
 
 compile: ${BROWSER_BINS:%=%.compile} ${BROWSER_LOADERS:%=%.compile}
 %.compile: hgLib
 	cd $* && echo $* && $(MAKE) compile
 
 # Build cgi's