diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-03-31 16:49:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-03-31 16:49:36 +0000 |
commit | b5ad7facf3504d711ba3390607ad3a22d8d2af7b (patch) | |
tree | 9022ab0eb132f3d81559af23b49bdfa6ef761fde /libgo | |
parent | 9ebd2806f6e3c71a62d6df28b978d6fec53b50fb (diff) | |
download | gcc-b5ad7facf3504d711ba3390607ad3a22d8d2af7b.zip gcc-b5ad7facf3504d711ba3390607ad3a22d8d2af7b.tar.gz gcc-b5ad7facf3504d711ba3390607ad3a22d8d2af7b.tar.bz2 |
libgo Makefile: Fix typo in test case name.
From-SVN: r171793
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/Makefile.am | 2 | ||||
-rw-r--r-- | libgo/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 23636c7..45365a1 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 06574e2..d4184ca 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 |