X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=modules%2Fpoll;h=9a3ec49647ce282c966ea0ece4ca5dcacbe34a96;hb=47a8dd64accd4e522331866a73bb79adc2d6ca78;hp=612189b1b5e4d84ca51d7b3f22619790ef24a1f6;hpb=165ed69714f02ad139d96a7c4180af6d10311b4a;p=pspp diff --git a/modules/poll b/modules/poll index 612189b1b5..9a3ec49647 100644 --- a/modules/poll +++ b/modules/poll @@ -22,10 +22,10 @@ BUILT_SOURCES += $(POLL_H) # We need the following in order to create 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