410efbd4626c73d3e563ce3ddd86c3e867bc4216 galt Fri Apr 5 19:42:15 2019 -0700 adding needed utility cdwChangeAccess to the makefile utils list diff --git src/hg/cirm/cdw/makefile src/hg/cirm/cdw/makefile index 3dc50d2..a1f4dac 100644 --- src/hg/cirm/cdw/makefile +++ src/hg/cirm/cdw/makefile @@ -1,30 +1,31 @@ kentSrc = ../../.. # Build all subdirectories we care about include $(kentSrc)/inc/common.mk # List of directories to build USE_DIRS = $(UTIL_DIRS) $(CGI_DIRS) UTIL_DIRS = \ cdwAddAssembly \ cdwAddQaContamTarget \ cdwAddQaEnrichTarget \ cdwAddSubscriber \ cdwBackup \ + cdwChangeAccess \ cdwChangeFormat \ cdwCheckDataset \ cdwCheckValidation \ cdwCorrectFileTags \ cdwCreateUser \ cdwCreateGroup \ cdwDumpManiFiles \ cdwFakeManifestFromSubmit \ cdwFindSymlinkable \ cdwGroupFile \ cdwGroupUser \ cdwJob \ cdwMakeContaminationQa \ cdwMakeEnrichments \ cdwMakeFileTags \