Rename poll_.h to poll.in.h.
[gnulib.git] / modules / poll
index dc2087f..dba1337 100644 (file)
@@ -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 <poll.h> 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