X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=dba13379c23d1101efecda4bacf167a2a9b982b0;hb=a073116c07b0d3680285ce90fccfd85f8a2d35e5;hp=03304154a4ebd8dddc8e61bc2f69bd6c72f10851;hpb=31f17cf550c7ce208892c83b1792bbe94443ac06;p=gnulib.git diff --git a/modules/poll b/modules/poll index 03304154a..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 @@ -29,7 +29,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini