src/utils/bigBedSummary/makefile 1.6
1.6 2009/09/22 20:01:28 galt
fixing makefiles; getting rid of unnecessary $SOCKETLIB, adding $DESTDIR and removing an unneeded space-char
Index: src/utils/bigBedSummary/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigBedSummary/makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/bigBedSummary/makefile 7 Jul 2009 17:57:39 -0000 1.5
+++ src/utils/bigBedSummary/makefile 22 Sep 2009 20:01:28 -0000 1.6
@@ -1,7 +1,7 @@
include ../../inc/common.mk
-L += -lm ${SOCKETLIB}
+L += -lm
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkweb.a
A = bigBedSummary