X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbyteswap;h=52659d2c96bd673345abc3f65fda31ebd0147f57;hb=92765dd77a04d405b6521790e659e2319c309aeb;hp=5ff0618b1635236342ed7ef73a2bb4a77052ab7d;hpb=656c6c9ca4c29d122166cd4f83248ed1ca121e37;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index 5ff0618b1..52659d2c9 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -12,13 +12,14 @@ 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 $(srcdir)/byteswap_.h $@-t - mv $@-t $@ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/byteswap_.h; \ + } > $@-t + mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t Include: