X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsys_socket;h=0c7b6dbb302a18d03c20f480baeb325f83f70d58;hb=3b07669db0f825ef388c9bcb7fdd1049b064617d;hp=b44e4f10fd44b16eb3dee6c5fc650dc988f6251c;hpb=89861a8be877136ea47794016b00a5a095c30ea4;p=gnulib.git diff --git a/modules/sys_socket b/modules/sys_socket index b44e4f10f..0c7b6dbb3 100644 --- a/modules/sys_socket +++ b/modules/sys_socket @@ -2,7 +2,7 @@ Description: A for systems lacking it. Files: -lib/sys_socket_.h +lib/sys_socket.in.h m4/sys_socket_h.m4 m4/sockpfaf.m4 @@ -18,7 +18,7 @@ BUILT_SOURCES += $(SYS_SOCKET_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -sys/socket.h: sys_socket_.h +sys/socket.h: sys_socket.in.h @MKDIR_P@ sys { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ @@ -26,7 +26,7 @@ sys/socket.h: sys_socket_.h -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \ -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \ -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \ - < $(srcdir)/sys_socket_.h; \ + < $(srcdir)/sys_socket.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t