eef3ac987538affd38eb38ccddf6ce6721f4c6f4
jcasper
  Sun Nov 23 22:03:29 2025 -0800
Removing bigCompositeUpdate CGI (folded into cartDump), and some kent-ifying of
the remaining code.  refs #36320

diff --git src/hg/bigCompositeUpdate/makefile src/hg/bigCompositeUpdate/makefile
deleted file mode 100644
index 57ac050e213..00000000000
--- src/hg/bigCompositeUpdate/makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-kentSrc = ../..
-include ../../inc/common.mk
-
-L += $(MYSQLLIBS) -lm
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a
-
-A = bigCompositeUpdate
-O = bigCompositeUpdate.o
-
-A = bigCompositeUpdate
-
-include ../../inc/cgi_build_rules.mk
-
-compile:: $O
-	${CC} $O ${MYLIBS} ${L}
-	mv ${AOUT} $A${EXE}
-