This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgo patch committed: Fix typo in Makefile.am


I committed this patch to libgo to fix a type in libgo/Makefile.am.
Bootstrapped on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

diff -r 8fe8cce38fe6 libgo/Makefile.am
--- a/libgo/Makefile.am	Wed Jan 19 12:53:45 2011 -0800
+++ b/libgo/Makefile.am	Wed Jan 19 15:01:55 2011 -0800
@@ -1095,7 +1095,7 @@
 if LIBGO_IS_SOLARIS
 syscall_socket_os_file = syscalls/socket_solaris.go
 else
-syscall_socket_os_file = syscalls_socket_bsd.go
+syscall_socket_os_file = syscalls/socket_bsd.go
 endif
 endif
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]