X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbyteswap;h=6a3ce1525c76fb93de66e232df6c2b6468374203;hb=fbe6ced5d2fdadeeea4194725d05a52cf3b5ebd7;hp=320e8a442fbd014c3e219dcb87816fc379fa2c41;hpb=f90666c1472acc8973928ccccddc78af707b11e8;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index 320e8a442..6a3ce1525 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -16,9 +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 + $(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