4f906c3d91bb5db54dc300d48372d18f6b526a0f
chinhli
  Wed Oct 17 13:16:13 2012 -0700
Arrange hgLogin according to alphabetical order in BROWSER_BINS= list.
diff --git src/hg/makefile src/hg/makefile
index 261f534..136e401 100644
--- src/hg/makefile
+++ src/hg/makefile
@@ -1,22 +1,22 @@
 # Build all directories in utils
 
 # 	$Id: makefile,v 1.156 2010/03/03 02:53:30 markd Exp $
 
-BROWSER_BINS=hgLogin cartReset das hgBlat makeDb/hgCgiData hgConvert hgHubConnect \
-        hgGateway hgGene hgGenome hgPcr hgSession hgSuggest hgTables hgTracks \
-	hgTrackUi hgc hgApi cartDump near/hgNear \
+BROWSER_BINS=cartReset das hgBlat makeDb/hgCgiData hgConvert hgHubConnect \
+        hgGateway hgGene hgGenome hgLogin hgPcr hgSession hgSuggest \
+        hgTables hgTracks hgTrackUi hgc hgApi cartDump near/hgNear \
 	hgLiftOver visiGene/hgVisiGene \
 	encode/mkEncodeFrameset encode/hgEncodeDataVersions \
 	encode/hgEncodeVocab encode/hgEncodeApi \
 	phyloGif hgCustom hgPal hgFileUi hgFileSearch\
 	makeDb/hgCgiData js htdocs/style 
 
 ifdef LOWELAB
     BROWSER_BINS += $(HOME)/lowelab/src/browser/tooltip $(HOME)/lowelab/src/browser/chooseorg 
 endif
 
 BROWSER_LOADERS = makeDb/hgLoadBed makeDb/hgLoadWiggle makeDb/hgLoadMaf
 
 ifneq ($(findstring $(shell hostname),hgwdev hgwbeta),)
     ENCODE_FILES =
 endif