72bb682e10783656300effd6c4d00141907da610 max Thu Mar 12 05:35:40 2026 -0700 fixing build error diff --git src/utils/makefile src/utils/makefile index b8835c401cd..48568824d70 100644 --- src/utils/makefile +++ src/utils/makefile @@ -135,31 +135,30 @@ faRenameRecords \ faSimplify \ faToNib \ faTrimPolyA \ faTrimRead \ fixCr \ gapSplit \ gitTools \ gffPeek \ git-reports \ htmlPics \ jkUniq \ lineCount \ nt4Frag \ pslToXa \ - redmineDump \ scrambleFa \ subs \ tabToMmHash \ tableSum \ textHist2 \ udcCleanup \ undupFa \ upper \ vcfFilter \ venn \ verticalSplitSqlTable \ weedLines # list of scripts to install @@ -203,30 +202,31 @@ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ bigMaxPercDiff \ cancerMafToBigBed \ pq \ bedAppendPaperInfo \ googleSheetToBigBed \ doClinvarLift \ + redmineDump \ browserRace \ ${USER_APP_SCRIPTS} # List of all directories to build ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS) # all: builds all utilities here all: $(ALL_APPS:%=%.all) $(USER_APP_SCRIPTS:%=%.userAppScript) %.all: cd $* && echo $* && $(MAKE) # userApps: builds the user application specific programs