libgo Makefile: Fix typo in test case name.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 31 Mar 2011 16:49:36 +0000 (16:49 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 31 Mar 2011 16:49:36 +0000 (16:49 +0000)
From-SVN: r171793

libgo/Makefile.am
libgo/Makefile.in

index 23636c7ea21a158243453bd3cd119c55dcaa4758..45365a18c92a741bd93b0864c298b6f68ee7a4f7 100644 (file)
@@ -2026,7 +2026,7 @@ crypto/blowfish/check: $(CHECK_DEPS)
 
 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
index 06574e26899dfb4689b1f38c4d14d3802163fbb1..d4184cab459d4193afb6423c27eaad8aa036392a 100644 (file)
@@ -4435,7 +4435,7 @@ crypto/blowfish/check: $(CHECK_DEPS)
 
 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