0829e45130c304f0a15c2f24e84ea22fe59984df
hiram
  Mon May 20 13:59:50 2013 -0700
get stringify built before everything else refs #9104
diff --git src/makefile src/makefile
index 3388377..5f41f48 100644
--- src/makefile
+++ src/makefile
@@ -58,30 +58,31 @@
 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 pslMap
 
 HG_HGWIGGLE_APP = hgWiggle
 
 HG_LOAD_APPLIST = hgGcPercent
 
 BLAT_APPLIST = blat gfClient gfServer
 
 userApps: topLibs hgLib
+	cd utils/stringify && echo utils/stringify && ${MAKE}
 	cd utils && echo utils && ${MAKE} userApps
 	cd utils/userApps && echo utils/userApps && ${MAKE}
 	@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 \
 	    ( cd hg/makeDb/$${P} && echo hg/makeDb/$${P} && ${MAKE} $${P} ) ; \
 	done
 	@for P in ${BLAT_APPLIST}; do \