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