329d774059582e65d9fecdad2d8d0a1154a6fd45
jcasper
  Wed Jan 28 08:20:40 2015 -0800
fixed plurality typo - script is checkUrlsInTable, not Tables

diff --git src/hg/utils/makefile src/hg/utils/makefile
index aa0931d..aac4323 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -37,31 +37,31 @@
 	overlapSelect \
 	positionalTblCheck \
 	pslMap \
 	tdbQuery \
 	twoBitMask
 
 SCRIPT_FILES = \
 	dbNsfpToBed.pl \
 	dumpDb.pl \
 	mergeOverlapBed4.pl \
 	mergeSortedBed3Plus.pl
 
 # List of directories to build of interest only at UCSC
 DIRS = ${buildRefresh} \
 	automation \
-	checkUrlsInTables \
+	checkUrlsInTable \
 	geoMirrorNode \
 	makeTrackIndex \
 	mysqlSecurityCheck \
 	pslUniq \
 	refSeqGet \
 	safePush \
 	toDev64 \
 	wigBedToStep
 
 TEST_DIRS = \
 	gff3ToGenePred \
 	gff3ToPsl \
 	gtfToGenePred \
 	overlapSelect \
 	pslMap \