a0edf8c7b208cc0ed405485b579f909a7505b4e7 tdreszer Tue Apr 17 11:58:46 2012 -0700 Revert "Another batch of makefile changes to add -lm" This reverts commit b515245139885e85616db56a4cfd1c6321a84e80. diff --git src/hg/autoXml/makefile src/hg/autoXml/makefile index e118f1b..78c1861 100644 --- src/hg/autoXml/makefile +++ src/hg/autoXml/makefile @@ -1,17 +1,17 @@ include ../../inc/common.mk MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkweb.a O = autoXml.o autoXml: $O $(MYLIBS) - ${CC} ${COPT} ${CFLAGS} -lm -o ${BINDIR}/autoXml $O $(MYLIBS) ${L} + ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/autoXml $O $(MYLIBS) ${L} # ${STRIP} ${BINDIR}/autoXml${EXE} test:: doTest clean: rm -f *.o rm -rf test/*/out