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/utils/chopFaLines/makefile src/utils/chopFaLines/makefile index 94a5e9e..7a7348a 100644 --- src/utils/chopFaLines/makefile +++ src/utils/chopFaLines/makefile @@ -1,14 +1,14 @@ include ../../inc/common.mk L += MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkweb.a O = chopFaLines.o chopFaLines: $O - ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/chopFaLines $O $(MYLIBS) $L + ${CC} ${COPT} ${CFLAGS} -lm -o ${BINDIR}/chopFaLines $O $(MYLIBS) $L clean:: rm -f ${O}