src/index/stToXao/makefile 1.7
1.7 2009/11/25 17:28:16 kent
Adding (indirectly) -lm to link.
Index: src/index/stToXao/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/index/stToXao/makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 1000000 -r1.6 -r1.7
--- src/index/stToXao/makefile 19 Dec 2006 23:35:30 -0000 1.6
+++ src/index/stToXao/makefile 25 Nov 2009 17:28:16 -0000 1.7
@@ -1,8 +1,8 @@
include ../../inc/common.mk
O = stToXao.o
stToXao: $(O)
- ${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a
+ ${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a $L
mv ${AOUT} ${BINDIR}/stToXao