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/ccCp/makefile src/utils/ccCp/makefile
index 5bac02c..4d4f644 100644
--- src/utils/ccCp/makefile
+++ src/utils/ccCp/makefile
@@ -1,11 +1,11 @@
 include ../../inc/common.mk
 
 O = ccCp.o 
 
 ccCp: $O
-	${CC} ${COPT} ${CFLAGS} ${F64} -lm -o ${BINDIR}/ccCp $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
+	${CC} ${COPT} ${CFLAGS} ${F64} -o ${BINDIR}/ccCp $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
 
 #	${CC} ${COPT} ${CFLAGS} ${F64} -o /projects/compbio/experiments/hg/bin/$(MACHTYPE)/ccCp $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
 
 clean::
 	rm -f ${O}