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/cluster/makefile src/cdnaAli/cluster/makefile index 93119bc..82e64e2 100755 --- src/cdnaAli/cluster/makefile +++ src/cdnaAli/cluster/makefile @@ -1,12 +1,12 @@ include ../../inc/common.mk O = cluster.o ../lib/cdnaAli.o JKWEB=../../lib/$(MACHTYPE)/jkweb.a ${BINDIR}/cluster: $(O) $(JKWEB) - ${CC} ${COPT} ${CFLAGS} -lm -o ${BINDIR}/cluster $O ${JKWEB} ${L} + ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/cluster $O ${JKWEB} ${L} clean:: rm -f ${O}