src/utils/htmlCheck/makefile 1.9
1.9 2009/09/22 20:01:29 galt
fixing makefiles; getting rid of unnecessary $SOCKETLIB, adding $DESTDIR and removing an unneeded space-char
Index: src/utils/htmlCheck/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/htmlCheck/makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/utils/htmlCheck/makefile 27 Mar 2009 06:25:16 -0000 1.8
+++ src/utils/htmlCheck/makefile 22 Sep 2009 20:01:29 -0000 1.9
@@ -1,7 +1,7 @@
include ../../inc/common.mk
-L += -lm ${SOCKETLIB}
+L += -lm
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkweb.a
A = htmlCheck