1f25d65e6ccdcb32997ddb28ced16207113e0ac3
hiram
  Mon Mar 2 07:53:12 2020 -0800
mafRc is not suitable for a userApp delivery no redmine

diff --git src/hg/ratStuff/makefile src/hg/ratStuff/makefile
index 8936b66..af53ecf 100644
--- src/hg/ratStuff/makefile
+++ src/hg/ratStuff/makefile
@@ -1,44 +1,44 @@
 kentSrc = ../..
 
 include ${kentSrc}/inc/localEnvironment.mk
 
 # List of directories to build for userApps
 UTILS_APPLIST = \
 	mafAddIRows \
 	mafAddQRows \
 	mafFilter \
 	mafFrag \
 	mafFrags \
 	mafGene \
 	mafMeFirst \
 	mafSpeciesList \
 	mafSpeciesSubset \
 	mafSplit \
 	mafSplitPos \
 	mafsInRegion \
-	mafOrder \
-	mafRc
+	mafOrder
 
 # List of directories to build at UCSC
 DIRS = \
+	mafRc \
 	stageMultiz
 
 # List of directories to build
 USE_DIRS = $(DIRS) $(UTILS_APPLIST)
 
 # Build all directories
 all: ${USE_DIRS:%=%.all}
 %.all:
 	cd $* && echo $* && ${MAKE}
 
 test: ${USE_DIRS:%=%.test}
 %.test:
 	cd $* && echo $* && ${MAKE} test
 
 userApps: $(UTILS_APPLIST:%=%.userApp)
 %.userApp:
 	cd $* && echo $* && $(MAKE)
 
 clean: $(USE_DIRS:%=%.clean)
 %.clean:
 	cd $* && echo $* && $(MAKE) clean