X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpoll;h=18a01dd6f0d1b38c8869db32a2567130f5d017f6;hb=f1edc89e7acdd7695a508b194311dc4db6bc863f;hp=a03affbbc44d983296a5e17c6ed36455b9861b8d;hpb=7e4a3ea582fe5a1224685a0bc852e22f91f18abc;p=gnulib.git diff --git a/modules/poll b/modules/poll index a03affbbc..18a01dd6f 100644 --- a/modules/poll +++ b/modules/poll @@ -12,19 +12,21 @@ 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 +# We need the following in order to create 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: +LGPL + Maintainer: Paolo Bonzini -