From: Jim Meyering Date: Fri, 24 Oct 2008 14:18:17 +0000 (+0200) Subject: sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@ X-Git-Tag: v0.1~6776 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=836b841f1aa601a9312a65cdea9e8e38404527c7;p=gnulib.git sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@ * modules/sys_socket (Depends-on) [Depends-on]: Fix typo. --- diff --git a/ChangeLog b/ChangeLog index b59412e96..0bf0c00c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-24 Jim Meyering + + sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@ + * modules/sys_socket (Depends-on) [Depends-on]: Fix typo. + 2008-10-24 Eric Blake getgroups: fix compilation when getgroups is available diff --git a/modules/sys_socket b/modules/sys_socket index 9505cafb8..c42db6a1c 100644 --- a/modules/sys_socket +++ b/modules/sys_socket @@ -40,7 +40,7 @@ sys/socket.h: sys_socket.in.h -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' \