X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=4695af26826c17725fa6d04f8abb9a37e7cd286c;hb=4081106d1a7a3b0098b1c9018bc218fa8d31bf23;hp=ef2c8d913080b723760da08f14a5a309c8f5dd8e;hpb=8bc628f06bc80753598376705b86df707e77ec71;p=gnulib.git diff --git a/modules/poll b/modules/poll index ef2c8d913..4695af268 100644 --- a/modules/poll +++ b/modules/poll @@ -12,18 +12,22 @@ configure.ac: gl_FUNC_POLL Makefile.am: +BUILT_SOURCES += $(POLL_H) EXTRA_DIST += poll_.h # We need the following in order to create an when the system # doesn't have one. all-local $(lib_OBJECTS): $(POLL_H) poll.h: poll_.h - cp $(srcdir)/poll_.h poll.h-t - mv poll.h-t poll.h + cp $(srcdir)/poll_.h $@-t + mv $@-t $@ MOSTLYCLEANFILES += poll.h poll.h-t Include: #include +License: +GPL + Maintainer: Paolo Bonzini