2bd9040f20579ce508850f82bb14f6e428e5de0f
braney
  Mon Aug 6 13:50:35 2012 -0700
stop building the proteome browser binaries and the protein library. This required a small change to hgGene which had a little bit of code supporting the SAM T-02 links that were only present in sacCer1 #5740
diff --git src/makefile src/makefile
index 3d7f631..3a709bf 100644
--- src/makefile
+++ src/makefile
@@ -10,31 +10,30 @@
 # do a git update and clean
 update:
 	git pull
 	${MAKE} clean
 
 topLibs:
 	@./machTest.sh
 	cd lib && ${MAKE}
 	cd jkOwnLib && ${MAKE}
 
 hgLib:
 	@./hg/sqlEnvTest.sh
 	cd hg/lib && ${MAKE}
 
 libs: topLibs hgLib
-	cd hg/protein/lib && ${MAKE}
 
 cgi: libs
 	cd hg && ${MAKE} cgi
 
 cgi-alpha: libs
 	cd hg && ${MAKE} alpha
 
 cgi-beta: check-beta libs
 	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