From 293ec82ede14e2a6f3443637e5a8fb9da9ce3cbe Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 2 Oct 2007 00:07:19 +0200 Subject: Rename byteswap_.h to byteswap.in.h. --- modules/byteswap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/byteswap') diff --git a/modules/byteswap b/modules/byteswap index 52659d2c96..37f521fe9f 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: @@ -15,9 +15,9 @@ BUILT_SOURCES += $(BYTESWAP_H) # We need the following in order to create when the system # doesn't have one. -byteswap.h: byteswap_.h +byteswap.h: byteswap.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ - cat $(srcdir)/byteswap_.h; \ + cat $(srcdir)/byteswap.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t -- cgit v1.2.1