From: Ian Lance Taylor Date: Thu, 31 Mar 2011 16:49:36 +0000 (+0000) Subject: libgo Makefile: Fix typo in test case name. X-Git-Tag: releases/gcc-4.7.0~7868 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5ad7facf3504d711ba3390607ad3a22d8d2af7b;p=thirdparty%2Fgcc.git libgo Makefile: Fix typo in test case name. From-SVN: r171793 --- diff --git a/libgo/Makefile.am b/libgo/Makefile.am index 23636c7ea21a..45365a18c92a 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 06574e26899d..d4184cab459d 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