src/utils/cvsTools/makefile 1.4

1.4 2009/07/20 22:05:20 galt
cvscheck checks for sandbox changes without updating the sandbox
Index: src/utils/cvsTools/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/cvsTools/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/utils/cvsTools/makefile	27 Jul 2007 19:08:44 -0000	1.3
+++ src/utils/cvsTools/makefile	20 Jul 2009 22:05:20 -0000	1.4
@@ -1,16 +1,16 @@
 include ../../inc/common.mk
-CVSTOOLS=  cvsFiles  cvsStatusFilter  cvsup
+CVSTOOLS= cvsFiles cvsStatusFilter cvsup cvscheck
 
 all: ${CVSTOOLS:%=${BINDIR}/%}
 
 ${BINDIR}/%: %
 	@${MKDIR} ${BINDIR}
 	chmod a+rx $<
 	cp -pf $< $@
 
 scripts: ${CVSTOOLS:%=${SCRIPTS}/%}
 
 ${SCRIPTS}/%: %
 	@${MKDIR} ${SCRIPTS}
 	chmod a+rx $<
 	cp -pf $< $@