libgo Makefile: Fix typo in test case name.
From-SVN: r171793
This commit is contained in:
parent
9ebd2806f6
commit
b5ad7facf3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue