summaryrefslogtreecommitdiff
path: root/modules/netinet_in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-02 00:22:31 +0200
committerBruno Haible <bruno@clisp.org>2007-10-02 00:22:31 +0200
commit7a3608f2dd5e42abfe6325869258d645f375e691 (patch)
treefb3af937bfd0689dd78ed5a495de456c1e069121 /modules/netinet_in
parent1d8fd6738e78290a957a861ee01aee6aabc32659 (diff)
downloadgnulib-7a3608f2dd5e42abfe6325869258d645f375e691.tar.gz
Rename netinet_in_.h to netinet_in.in.h.
Diffstat (limited to 'modules/netinet_in')
-rw-r--r--modules/netinet_in6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/netinet_in b/modules/netinet_in
index c3fb3aeff7..149b8c77d3 100644
--- a/modules/netinet_in
+++ b/modules/netinet_in
@@ -2,7 +2,7 @@ Description:
A <netinet/in.h> for systems lacking it.
Files:
-lib/netinet_in_.h
+lib/netinet_in.in.h
m4/netinet_in_h.m4
Depends-on:
@@ -18,14 +18,14 @@ BUILT_SOURCES += $(NETINET_IN_H)
# We need the following in order to create <netinet/in.h> when the system
# doesn't have one.
-netinet/in.h:
+netinet/in.h: netinet_in.in.h
@MKDIR_P@ netinet
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
-e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
-e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
- < $(srcdir)/netinet_in_.h; \
+ < $(srcdir)/netinet_in.in.h; \
} > $@-t
mv $@-t $@
MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t