src/hg/encode/encodeValidate/makefile 1.18

1.18 2009/08/29 18:05:22 galt
fix stray perl -c output
Index: src/hg/encode/encodeValidate/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeValidate/makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -B -U 4 -r1.17 -r1.18
--- src/hg/encode/encodeValidate/makefile	13 Apr 2009 21:19:05 -0000	1.17
+++ src/hg/encode/encodeValidate/makefile	29 Aug 2009 18:05:22 -0000	1.18
@@ -31,9 +31,9 @@
 
 ${SCRIPTS}/%: %
 	@mkdir -p $(dir $@)
 	chmod +x $<
-	perl -c $<
+	perl -c $< 2>&1
 	cp -p $< $@.tmp
 	mv -f $@.tmp $@
 
 config: ${CONFIG_FILES:%=${CONFIG_DIR}/%}