diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-01-24 18:12:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-01-24 18:12:23 +0000 |
commit | 72d1cef254cd58253914f4a041bf5696368bb8da (patch) | |
tree | 82e3a6c0092203e8034ac176b56541c4620431cb /libgo/Makefile.am | |
parent | a6343728a25a73e5c14ef3f51fb6ce991e687294 (diff) | |
download | gcc-72d1cef254cd58253914f4a041bf5696368bb8da.zip gcc-72d1cef254cd58253914f4a041bf5696368bb8da.tar.gz gcc-72d1cef254cd58253914f4a041bf5696368bb8da.tar.bz2 |
re PR go/46986 (Go is not supported on Darwin)
PR go/46986
libgo/Makefile, libgo/go/os/stat_atimespec.go: fix typos
From-SVN: r195436
Diffstat (limited to 'libgo/Makefile.am')
-rw-r--r-- | libgo/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgo/Makefile.am b/libgo/Makefile.am index b97a82e..e3cc24e 100644 --- a/libgo/Makefile.am +++ b/libgo/Makefile.am @@ -840,13 +840,13 @@ if LIBGO_IS_OPENBSD go_os_stat_file = go/os/stat_atim.go else if LIBGO_IS_DARWIN -go_os_stat_file = go/os/stat_atimspec.go +go_os_stat_file = go/os/stat_atimespec.go else if LIBGO_IS_FREEBSD -go_os_stat_file = go/os/stat_atimspec.go +go_os_stat_file = go/os/stat_atimespec.go else if LIBGO_IS_NETBSD -go_os_stat_file = go/os/stat_atimspec.go +go_os_stat_file = go/os/stat_atimespec.go else go_os_stat_file = go/os/stat.go endif |