annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
[pspp] / modules / poll
index 612189b1b5e4d84ca51d7b3f22619790ef24a1f6..9a3ec49647ce282c966ea0ece4ca5dcacbe34a96 100644 (file)
@@ -22,10 +22,10 @@ BUILT_SOURCES += $(POLL_H)
 # We need the following in order to create <poll.h> when the system
 # doesn't have one.
 poll.h: poll.in.h
-       rm -f $@-t $@
+       $(AM_V_GEN)rm -f $@-t $@ && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          cat $(srcdir)/poll.in.h; \
-       } > $@-t
+       } > $@-t && \
        mv -f $@-t $@
 MOSTLYCLEANFILES += poll.h poll.h-t