src/hg/hgc/makefile 1.59

1.59 2009/03/10 00:33:59 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/hgc/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/makefile,v
retrieving revision 1.58
retrieving revision 1.59
diff -b -B -U 4 -r1.58 -r1.59
--- src/hg/hgc/makefile	7 Feb 2009 00:11:10 -0000	1.58
+++ src/hg/hgc/makefile	10 Mar 2009 00:33:59 -0000	1.59
@@ -1,7 +1,7 @@
 include ../../inc/common.mk
 
-L = -lm ${MYSQLLIBS} 
+L += -lm ${MYSQLLIBS} 
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgc