X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=dc2087f166bb18e251b85ec16a56d95d225a094c;hb=96093e577da339dd25582c2bb625d948b1d44cbe;hp=f4de479d977719ba90568c4fea54b158ebfe0216;hpb=d1aadab21bf8755e0fb75a838dc650e73f6ee78d;p=gnulib.git diff --git a/modules/poll b/modules/poll index f4de479d9..dc2087f16 100644 --- a/modules/poll +++ b/modules/poll @@ -7,28 +7,29 @@ lib/poll_.h m4/poll.m4 Depends-on: +sys_select +sys_time configure.ac: gl_FUNC_POLL Makefile.am: BUILT_SOURCES += $(POLL_H) -EXTRA_DIST += poll_.h # We need the following in order to create when the system # doesn't have one. poll.h: poll_.h - rm -f $@-t $@ - cp $(srcdir)/poll_.h $@-t - chmod a-x $@-t - mv $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/poll_.h; \ + } > $@-t + mv -f $@-t $@ MOSTLYCLEANFILES += poll.h poll.h-t Include: #include License: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini