X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fbyteswap;h=6a3ce1525c76fb93de66e232df6c2b6468374203;hb=a3bc66287a9a298bfc5dd6595e13bad2e08dd8f0;hp=5ff0618b1635236342ed7ef73a2bb4a77052ab7d;hpb=656c6c9ca4c29d122166cd4f83248ed1ca121e37;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index 5ff0618b1..6a3ce1525 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,20 +12,22 @@ 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 $@ +byteswap.h: byteswap.in.h + $(AM_V_GEN)rm -f $@-t $@ && \ + { 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