sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
authorJim Meyering <meyering@redhat.com>
Fri, 24 Oct 2008 14:18:17 +0000 (16:18 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 24 Oct 2008 14:18:17 +0000 (16:18 +0200)
* modules/sys_socket (Depends-on) [Depends-on]: Fix typo.

ChangeLog
modules/sys_socket

index b59412e..0bf0c00 100644 (file)
--- 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
index 9505caf..c42db6a 100644 (file)
@@ -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' \