b515245139885e85616db56a4cfd1c6321a84e80 tdreszer Mon Apr 16 13:04:55 2012 -0700 Another batch of makefile changes to add -lm diff --git src/utils/fixCr/makefile src/utils/fixCr/makefile index 77635cb..e1b0367 100644 --- src/utils/fixCr/makefile +++ src/utils/fixCr/makefile @@ -1,11 +1,11 @@ include ../../inc/common.mk O = fixCr.o fixCr: $O - ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/fixCr $O ../../lib/$(MACHTYPE)/jkweb.a ${L} + ${CC} ${COPT} ${CFLAGS} -lm -o ${BINDIR}/fixCr $O ../../lib/$(MACHTYPE)/jkweb.a ${L} ${STRIP} ${BINDIR}/fixCr${EXE} clean:: rm -f ${O}