eb076410a62ea6a94b71358424080af261ba2c25
jcasper
  Thu Mar 26 03:20:14 2026 -0700
Moved hgFetch into hgTrackUi; added etags, Cache-Control directives, and GET use instead of POST
when udcTimeout isn't set, all to support browser caching of remote files; bumped the DataTables version for facetedComposite
to facilitate making all the checkboxes have a consistent look; refs #36320

diff --git src/hg/hgFetch/makefile src/hg/hgFetch/makefile
deleted file mode 100644
index 8a6491359b9..00000000000
--- src/hg/hgFetch/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 = hgFetch
-O = hgFetch.o
-
-A = hgFetch
-
-include ../../inc/cgi_build_rules.mk
-
-compile:: $O
-	${CC} $O ${MYLIBS} ${L}
-	mv ${AOUT} $A${EXE}
-