changeset 10709:5bf357ff2ed3

sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@ * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
author Jim Meyering <meyering@redhat.com>
date Fri, 24 Oct 2008 16:18:17 +0200
parents 829e51d54702
children 96f375209ac7
files ChangeLog modules/sys_socket
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-24  Jim Meyering  <meyering@redhat.com>
+
+	sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
+	* modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
+
 2008-10-24  Eric Blake  <ebb9@byu.net>
 
 	getgroups: fix compilation when getgroups is available
--- a/modules/sys_socket
+++ b/modules/sys_socket
@@ -40,7 +40,7 @@
 	      -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \
 	      -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \
 	      -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \
-	      -e 's|@''GNULIB_SEND''@|$()GNULIB_SEND|g' \
+	      -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \
 	      -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \
 	      -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \
 	      -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \