src/makefile 1.61

1.61 2009/06/24 21:35:36 mikep
adding hg libs for user apps
Index: src/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/makefile,v
retrieving revision 1.60
retrieving revision 1.61
diff -b -B -U 4 -r1.60 -r1.61
--- src/makefile	6 Apr 2009 18:55:36 -0000	1.60
+++ src/makefile	24 Jun 2009 21:35:36 -0000	1.61
@@ -61,9 +61,9 @@
 HG_APPLIST = liftOver bedItemOverlapCount
 
 HG_UTILS_APPLIST = bedExtendRanges
 
-userApps: topLibs
+userApps: topLibs hgLib
 	@for P in ${UTILS_APPLIST}; do \
 	    ( cd utils/$${P} && echo utils/$${P} && $(MAKE) ) ; \
 	done
 	@for P in ${HG_APPLIST}; do \