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/utils/faSplit/makefile src/utils/faSplit/makefile index 4a83f1f..78681e5 100755 --- src/utils/faSplit/makefile +++ src/utils/faSplit/makefile @@ -1,18 +1,18 @@ include ../../inc/common.mk CFLAGS=-ggdb O = faSplit.o faSplit: ${O} - ${CC} ${COPT} -ggdb -lm -o ${BINDIR}/faSplit $O \ + ${CC} ${COPT} -ggdb -o ${BINDIR}/faSplit $O \ ../../lib/${MACHTYPE}/jkweb.a ${L} ${STRIP} ${BINDIR}/faSplit${EXE} debug: ${CC} ${COPT} -o faSplit $O ../../lib/${MACHTYPE}/jkweb.a ${L} clean:: rm -f ${O} faSplit