b515245139885e85616db56a4cfd1c6321a84e80 tdreszer Mon Apr 16 13:04:55 2012 -0700 Another batch of makefile changes to add -lm diff --git src/hg/autoXml/makefile src/hg/autoXml/makefile index 78c1861..e118f1b 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} -o ${BINDIR}/autoXml $O $(MYLIBS) ${L} + ${CC} ${COPT} ${CFLAGS} -lm -o ${BINDIR}/autoXml $O $(MYLIBS) ${L} # ${STRIP} ${BINDIR}/autoXml${EXE} test:: doTest clean: rm -f *.o rm -rf test/*/out