X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbyteswap;h=320e8a442fbd014c3e219dcb87816fc379fa2c41;hb=679b14d8851a364efdffbdf50d4aa43921762076;hp=3f50ab600c11a226252540cccdcc7deca00d5801;hpb=0f55f1467a309da866fb443de970845827853569;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index 3f50ab600..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,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 +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 @@ -25,7 +26,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Oskar Liljeblad