src/hg/orthoMap/makefile 1.10
1.10 2009/03/31 23:55:29 krish
added L flag to linker
Index: src/hg/orthoMap/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/orthoMap/makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/hg/orthoMap/makefile 10 Mar 2009 00:34:25 -0000 1.9
+++ src/hg/orthoMap/makefile 31 Mar 2009 23:55:29 -0000 1.10
@@ -9,9 +9,9 @@
O = orthoEval.o
${BINDIR}/%: %.c $(O)
- $(CC) $(COPTS) -I../inc -I../../inc -o $@ $< $(O) $(MYLIBS) $(MYSQLLIBS) -lm -lz
+ $(CC) $(COPTS) -I../inc -I../../inc -o $@ $< $(O) $(MYLIBS) $L -lm -lz
%Test: %Test.c
${CC} ${COPT} ${CFLAGS} -Wimplicit -I../inc -I../../inc -o $@ $(addsuffix .c,$@) $(MYLIBS) $(L)