84e2956319cf935eb9df4f28db15965e92660db8
hiram
  Thu Apr 4 11:58:14 2013 -0700
fixup test target to be test:: to avoid conflict with userApp.mk refs #9104
diff --git src/hg/gbToFaRa/makefile src/hg/gbToFaRa/makefile
index 559598f..0ee1a93 100644
--- src/hg/gbToFaRa/makefile
+++ src/hg/gbToFaRa/makefile
@@ -1,14 +1,14 @@
 kentSrc = ../..
 A = gbToFaRa
 include $(kentSrc)/inc/userApp.mk
 
-test: 
+test::
 	${MKDIR} output
 	gbToFaRa input/test.fil output/test.fa output/test.ra output/test.ta input/test.gb
 	diff output/test.fa expected/test.fa
 	diff output/test.ra expected/test.ra
 	diff output/test.ta expected/test.ta
 	rm -fr output
 
 clean::
 	rm -fr output