src/makefile 1.56

1.56 2009/03/24 23:01:41 hiram
Proper depend target for userApps build
Index: src/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/makefile,v
retrieving revision 1.55
retrieving revision 1.56
diff -b -B -U 4 -r1.55 -r1.56
--- src/makefile	24 Mar 2009 23:00:04 -0000	1.55
+++ src/makefile	24 Mar 2009 23:01:41 -0000	1.56
@@ -49,14 +49,14 @@
 	cd utils/twoBitInfo && ${MAKE}
 	cd isPcr && ${MAKE}
 	cd blatz && ${MAKE}
 
-UTILS_APPLIST = bigBedSummary bigBedToBed bedToBigBed bigWigSummary \
+UTILS_APPLIST = bedToBigBed bigBedSummary bigBedToBed bigWigSummary \
 	bigWigToBedGraph faSize faFrag faRandomize faOneRecord faSomeRecords \
 	faToNib faToTwoBit gtfToGenePred htmlCheck nibFrag textHistogram \
 	twoBitInfo twoBitToFa wigToBigWig
 
-userApps:
+userApps: topLibs
 	@for P in ${UTILS_APPLIST}; do \
 	    ( cd utils/$${P} && echo utils/$${P} && $(MAKE) ) ; \
 	done