mirror of git://gcc.gnu.org/git/gcc.git
libgo Makefile: Fix typo in test case name.
From-SVN: r171793
This commit is contained in:
parent
9ebd2806f6
commit
b5ad7facf3
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue