X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbyteswap;h=6a3ce1525c76fb93de66e232df6c2b6468374203;hb=e53e23a012113952499a70115d2ca26b2a33e2bf;hp=c5057bb66aa08c9a22a4ecd65fb32cc1bb4624ef;hpb=bd8cfad4eb68e459d9fd24144df7a106765f8c09;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index c5057bb66..6a3ce1525 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -16,10 +16,10 @@ BUILT_SOURCES += $(BYTESWAP_H) # We need the following in order to create 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