summaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-31 16:49:36 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-31 16:49:36 +0000
commit195705ce536d23e69c818c9df001797ba964a018 (patch)
tree9022ab0eb132f3d81559af23b49bdfa6ef761fde /libgo
parent88ec30c894224c13bf9c3a63215c196752aeb28e (diff)
downloadgcc-195705ce536d23e69c818c9df001797ba964a018.tar.gz
libgo Makefile: Fix typo in test case name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171793 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo')
-rw-r--r--libgo/Makefile.am2
-rw-r--r--libgo/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am
index 23636c7ea21..45365a18c92 100644
--- a/libgo/Makefile.am
+++ b/libgo/Makefile.am
@@ -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
diff --git a/libgo/Makefile.in b/libgo/Makefile.in
index 06574e26899..d4184cab459 100644
--- a/libgo/Makefile.in
+++ b/libgo/Makefile.in
@@ -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