This patch to the libgo Makefile fixes a typo in a test case name.  Ran
Go testsuite on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

diff -r 0158b3ae4e51 libgo/Makefile.am
--- a/libgo/Makefile.am	Thu Mar 31 09:45:16 2011 -0700
+++ b/libgo/Makefile.am	Thu Mar 31 09:47:33 2011 -0700
@@ -2026,7 +2026,7 @@
 
 crypto/cast5.lo: $(go_crypto_cast5_files) os.gox
 	$(BUILDPACKAGE)
-crypt/cast5/check: $(CHECK_DEPS)
+crypto/cast5/check: $(CHECK_DEPS)
 	@$(MKDIR_P) crypto/cast5
 	$(CHECK)
 .PHONY: crypto/cast5/check

Reply via email to