libgo Makefile: Fix typo in test case name.

From-SVN: r171793
This commit is contained in:
Ian Lance Taylor 2011-03-31 16:49:36 +00:00
parent 9ebd2806f6
commit b5ad7facf3
2 changed files with 2 additions and 2 deletions

View File

@ -2026,7 +2026,7 @@ crypto/blowfish/check: $(CHECK_DEPS)
crypto/cast5.lo: $(go_crypto_cast5_files) os.gox crypto/cast5.lo: $(go_crypto_cast5_files) os.gox
$(BUILDPACKAGE) $(BUILDPACKAGE)
crypt/cast5/check: $(CHECK_DEPS) crypto/cast5/check: $(CHECK_DEPS)
@$(MKDIR_P) crypto/cast5 @$(MKDIR_P) crypto/cast5
$(CHECK) $(CHECK)
.PHONY: crypto/cast5/check .PHONY: crypto/cast5/check

View File

@ -4435,7 +4435,7 @@ crypto/blowfish/check: $(CHECK_DEPS)
crypto/cast5.lo: $(go_crypto_cast5_files) os.gox crypto/cast5.lo: $(go_crypto_cast5_files) os.gox
$(BUILDPACKAGE) $(BUILDPACKAGE)
crypt/cast5/check: $(CHECK_DEPS) crypto/cast5/check: $(CHECK_DEPS)
@$(MKDIR_P) crypto/cast5 @$(MKDIR_P) crypto/cast5
$(CHECK) $(CHECK)
.PHONY: crypto/cast5/check .PHONY: crypto/cast5/check