4e18525973b2b30b7e53f3144337942df30cad8e
braney
  Thu Nov 29 13:31:59 2012 -0800
fix typo that broke userApps
diff --git src/makefile src/makefile
index bb44c64..ea88c7b 100644
--- src/makefile
+++ src/makefile
@@ -63,31 +63,31 @@
 	faToTwoBit htmlCheck nibFrag paraFetch paraSync sizeof stringify \
 	textHistogram twoBitDup twoBitInfo twoBitToFa userApps wigCorrelate wigToBigWig
 
 HG_APPLIST = bedSort liftUp liftOver bedItemOverlapCount encode/validateFiles \
 	 featureBits ratStuff/mafsInRegion ratStuff/mafSpeciesSubset \
 	 pslCDnaFilter genePredToGtf pslPretty pslReps pslSort 
 
 
 HG_UTILS_APPLIST = bedExtendRanges gff3ToGenePred gtfToGenePred \
 	hubCheck overlapSelect makeTableList
 
 HG_HGWIGGLE_APP = hgWiggle
 
 HG_LOAD_APPLIST = hgGcPercent
 
-BLAT_APPLIST = blat gfClient gfServe
+BLAT_APPLIST = blat gfClient gfServer
 
 userApps: topLibs hgLib
 	@for P in ${UTILS_APPLIST}; do \
 	    ( cd utils/$${P} && echo utils/$${P} && ${MAKE} ) ; \
 	done
 	@for P in ${HG_APPLIST}; do \
 	    ( cd hg/$${P} && echo hg/$${P} && ${MAKE} ) ; \
 	done
 	@for P in ${HG_UTILS_APPLIST}; do \
 	    ( cd hg/utils/$${P} && echo hg/utils/$${P} && ${MAKE} ) ; \
 	done
 	@for P in ${HG_HGWIGGLE_APP}; do \
 	    ( cd hg/makeDb/hgLoadWiggle && echo hg/makeDb/hgLoadWiggle && ${MAKE} $${P} ) ; \
 	done
 	@for P in ${HG_LOAD_APPLIST}; do \