X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbyteswap;h=52659d2c96bd673345abc3f65fda31ebd0147f57;hb=b0d9d3aa695aebab5ebc0fb02ebeac9e59f57242;hp=3f50ab600c11a226252540cccdcc7deca00d5801;hpb=0f55f1467a309da866fb443de970845827853569;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index 3f50ab600..52659d2c9 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -12,12 +12,13 @@ gl_BYTESWAP Makefile.am: BUILT_SOURCES += $(BYTESWAP_H) -EXTRA_DIST += byteswap_.h # We need the following in order to create when the system # doesn't have one. byteswap.h: byteswap_.h - cp -f $(srcdir)/byteswap_.h $@-t + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/byteswap_.h; \ + } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t