cebb6ff0000244d977834815431eb55e17e0ae26 hiram Wed Apr 3 15:01:12 2013 -0700 blatSuite actually depends upon hgLib since it is trying to build hg/* programs refs #9104 diff --git src/makefile src/makefile index b4e051d..366cedb 100644 --- src/makefile +++ src/makefile @@ -24,31 +24,31 @@ libs: topLibs hgLib 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 +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} cd utils/faToNib && ${MAKE} cd utils/faToTwoBit && ${MAKE} cd utils/twoBitToFa && ${MAKE} cd utils/twoBitInfo && ${MAKE} cd isPcr && ${MAKE} cd blatz && ${MAKE}