X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbyteswap;h=320e8a442fbd014c3e219dcb87816fc379fa2c41;hb=423e09f0f92e84476c9c9c788a8018ede21e6b3e;hp=dd7d424fd0809b4425e8c86bbcc0658af1a91684;hpb=f110f8c4810ee8acf04df527cba30413f709648f;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index dd7d424fd..320e8a442 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -2,7 +2,7 @@ Description: Swap bytes of 16, 32 and 64 bit values. Files: -lib/byteswap_.h +lib/byteswap.in.h m4/byteswap.m4 Depends-on: @@ -12,22 +12,21 @@ 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 - rm -f $@-t $@ - cp $(srcdir)/byteswap_.h $@-t - chmod a-w $@-t - mv $@-t $@ +byteswap.h: byteswap.in.h + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/byteswap.in.h; \ + } > $@-t + mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t Include: License: -LGPL +LGPLv2+ Maintainer: Oskar Liljeblad