0e317c413469dd84c461975530a29b80ff4dd239
max
  Fri Mar 6 04:54:13 2015 -0800
removing utils/ for hgBeacon from the main and the utils makefile

diff --git src/makefile src/makefile
index 2c36310..5dba305 100644
--- src/makefile
+++ src/makefile
@@ -15,39 +15,36 @@
 
 topLibs:
 	@./checkUmask.sh
 	@MACHTYPE=${MACHTYPE} ./machTest.sh
 	cd lib && ${MAKE}
 	cd jkOwnLib && ${MAKE}
 	cd parasol/lib && ${MAKE}
 
 hgLib:
 	@./hg/sqlEnvTest.sh
 	cd hg/lib && ${MAKE}
 
 libs: topLibs hgLib
 
 cgi: libs
-	cd utils && ${MAKE} cgi
 	cd hg && ${MAKE} cgi
 
 cgi-alpha: libs
-	cd utils && ${MAKE} alpha
 	cd hg && ${MAKE} alpha
 
 cgi-beta: check-beta libs
-	cd utils && ${MAKE} beta
 	cd hg && ${MAKE} beta
 
 check-beta:
 	# this will fail if we are not in a beta checkout:
 	git branch | egrep 'v[0-9]+_branch' > /dev/null	
 
 blatSuite: topLibs hgLib
 	cd blat && ${MAKE}
 	cd gfClient && ${MAKE}
 	cd gfServer && ${MAKE}
 	cd webBlat && ${MAKE}
 	cd hg/pslPretty && ${MAKE}
 	cd hg/pslReps && ${MAKE}
 	cd hg/pslSort && ${MAKE}
 	cd utils/nibFrag && ${MAKE}