src/utils/bedClip/makefile 1.4

1.4 2009/11/22 00:30:33 kent
Adding required -lz to link line.
Index: src/utils/bedClip/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bedClip/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/utils/bedClip/makefile	15 Oct 2009 19:36:00 -0000	1.3
+++ src/utils/bedClip/makefile	22 Nov 2009 00:30:33 -0000	1.4
@@ -1,7 +1,7 @@
 include ../../inc/common.mk
 
-L += -lm
+L += -lm -lz
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS = ${MYLIBDIR}/jkweb.a
 
 A = bedClip