update from texinfo
[gnulib.git] / modules / poll
index 9e59f79..18a01dd 100644 (file)
@@ -15,9 +15,8 @@ Makefile.am:
 BUILT_SOURCES += $(POLL_H)
 EXTRA_DIST += poll_.h
 
-# We need the following in order to create an <poll.h> when the system
+# We need the following in order to create <poll.h> when the system
 # doesn't have one.
-all-local $(lib_OBJECTS): $(POLL_H)
 poll.h: poll_.h
        cp $(srcdir)/poll_.h $@-t
        mv $@-t $@
@@ -26,5 +25,8 @@ MOSTLYCLEANFILES += poll.h poll.h-t
 Include:
 #include <poll.h>
 
+License:
+LGPL
+
 Maintainer:
 Paolo Bonzini  <bonzini@gnu.org>