d8d7b36bf9eac1c01e342ec56182caa374d46c3a tdreszer Mon Apr 16 12:23:34 2012 -0700 Added -lm to a bunch of makefiles since Galt's recent change (I think) calls math routines in lib code. diff --git src/cdnaAli/binGood/makefile src/cdnaAli/binGood/makefile index be6c95b..7e84f57 100755 --- src/cdnaAli/binGood/makefile +++ src/cdnaAli/binGood/makefile @@ -1,10 +1,10 @@ include ../../inc/common.mk O = binGood.o ../lib/cdnaAli.o ${BINDIR}/binGood: $(O) - ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/binGood $O ../../lib/$(MACHTYPE)/jkweb.a ${L} + ${CC} ${COPT} ${CFLAGS} -lm -o ${BINDIR}/binGood $O ../../lib/$(MACHTYPE)/jkweb.a ${L} clean:: rm -f ${O}