src/utils/bigWigSummary/makefile 1.6

1.6 2009/07/08 16:51:16 galt
corrected link library handling
Index: src/utils/bigWigSummary/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigWigSummary/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/bigWigSummary/makefile	7 Jul 2009 17:57:44 -0000	1.5
+++ src/utils/bigWigSummary/makefile	8 Jul 2009 16:51:16 -0000	1.6
@@ -1,7 +1,7 @@
 include ../../inc/common.mk
 
-L += -lm ${SOCKETLIB}
+L += -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkweb.a
 
 A = bigWigSummary