d0f6dc2d7df58ac53f13c10c52760191b5fedd4d tdreszer Tue Apr 17 11:55:24 2012 -0700 Revert "Added -lm to a bunch of makefiles since Galt's recent change (I think) calls math routines in lib code." This reverts commit d8d7b36bf9eac1c01e342ec56182caa374d46c3a. diff --git src/cdnaAli/introns/makefile src/cdnaAli/introns/makefile index f311289..a5de952 100755 --- src/cdnaAli/introns/makefile +++ src/cdnaAli/introns/makefile @@ -1,12 +1,12 @@ include ../../inc/common.mk O = introns.o ${BINDIR}/introns: ${O} - ${CC} -lm -o ${BINDIR}/introns $O ../lib/cdnaAli.o \ + ${CC} -o ${BINDIR}/introns $O ../lib/cdnaAli.o \ ../../lib/${MACHTYPE}/jkweb.a ${L} ${STRIP} ${BINDIR}/introns${EXE} clean: rm -f introns.o