From dedb20e295405023de849f0ad98b1bcbc105c43c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:23:40 +0200 Subject: [PATCH] Rename poll_.h to poll.in.h. --- ChangeLog | 2 ++ lib/{poll_.h => poll.in.h} | 0 modules/poll | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) rename lib/{poll_.h => poll.in.h} (100%) diff --git a/ChangeLog b/ChangeLog index 3c8e7c258..7ca248435 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,8 @@ * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h. * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead of netinet_in_.h. Add dependency. + * lib/poll.in.h: Renamed from lib/poll_.h. + * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h. 2007-09-30 Bruno Haible diff --git a/lib/poll_.h b/lib/poll.in.h similarity index 100% rename from lib/poll_.h rename to lib/poll.in.h diff --git a/modules/poll b/modules/poll index dc2087f16..dba13379c 100644 --- a/modules/poll +++ b/modules/poll @@ -3,7 +3,7 @@ poll() function: wait for some event on a set of file descriptors. Files: lib/poll.c -lib/poll_.h +lib/poll.in.h m4/poll.m4 Depends-on: @@ -18,9 +18,9 @@ BUILT_SOURCES += $(POLL_H) # We need the following in order to create when the system # doesn't have one. -poll.h: poll_.h +poll.h: poll.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/poll_.h; \ + cat $(srcdir)/poll.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += poll.h poll.h-t -- 2.11.0