4a3f3df9cab079354e8a9f4cf6c56f616f1ea0ab
kent
  Fri Apr 6 16:29:22 2012 -0700
Removing MySQL linking dependency.
diff --git src/hg/autoXml/makefile src/hg/autoXml/makefile
deleted file mode 100644
index 78c1861..0000000
--- src/hg/autoXml/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-include ../../inc/common.mk
-
-MYLIBDIR = ../../lib/$(MACHTYPE)
-MYLIBS =  $(MYLIBDIR)/jkweb.a
-
-O = autoXml.o
-
-autoXml: $O $(MYLIBS)
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/autoXml $O $(MYLIBS) ${L}
-#	${STRIP} ${BINDIR}/autoXml${EXE}
-
-test::
-	doTest
-
-clean:
-	rm -f *.o
-	rm -rf test/*/out