ab5e63af16ca6461e7853f9a665abb74bbe40a7f
max
  Mon Nov 28 05:26:07 2022 -0800
adding bigBed to bigGuessDb, fixing stupid makefile error and checking missing tools with an error message, refs #30316

diff --git src/utils/bigGuessDb/makefile src/utils/bigGuessDb/makefile
index bb49933..c4972aa 100644
--- src/utils/bigGuessDb/makefile
+++ src/utils/bigGuessDb/makefile
@@ -1,14 +1,14 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 compile:
-	cp -p bigGuessDb ${DESTBINDIR}/chromToUcsc
+	cp -p bigGuessDb ${DESTBINDIR}/bigGuessDb
 
 check:
 	pylint bigGuessDb
 
 clean:
 	#cd tests && ${MAKE} clean
 
 #test:
 	#cd tests && ${MAKE}