a0edf8c7b208cc0ed405485b579f909a7505b4e7
tdreszer
  Tue Apr 17 11:58:46 2012 -0700
Revert "Another batch of makefile changes to add -lm"
This reverts commit b515245139885e85616db56a4cfd1c6321a84e80.

diff --git src/utils/fixCr/makefile src/utils/fixCr/makefile
index e1b0367..77635cb 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} -lm -o ${BINDIR}/fixCr $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
+	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/fixCr $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
 	${STRIP} ${BINDIR}/fixCr${EXE}
 
 clean::
 	rm -f ${O}