src/hg/autoDtd/makefile 1.7

1.7 2009/03/10 00:33:42 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/autoDtd/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/autoDtd/makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 1000000 -r1.6 -r1.7
--- src/hg/autoDtd/makefile	26 Mar 2007 18:01:56 -0000	1.6
+++ src/hg/autoDtd/makefile	10 Mar 2009 00:33:42 -0000	1.7
@@ -1,18 +1,18 @@
 include ../../inc/common.mk
 
-L = -lm
+L += -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkweb.a
 
 O = autoDtd.o
 
 autoDtd: $O ${MYLIBS}
 	${CC} ${COPT} -o ${BINDIR}/autoDtd $O ${MYLIBS} $L
 	${STRIP} ${BINDIR}/autoDtd${EXE}
 
 clean:
 	rm -f $O
 	rm -f test/*/out.*
 
 test::
 	./doTest