Commit b5ad7fac by Ian Lance Taylor

libgo Makefile: Fix typo in test case name.

From-SVN: r171793
parent 9ebd2806
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment