diff options
author | Bruno Haible <bruno@clisp.org> | 2007-10-02 00:07:19 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-10-02 00:07:19 +0200 |
commit | 293ec82ede14e2a6f3443637e5a8fb9da9ce3cbe (patch) | |
tree | 4b61e6face4743aabfd43b4fa586b7c27facfdbb /modules/byteswap | |
parent | 5155f7d837cf63d8670ad4bf4ead7d29b76ee8b9 (diff) | |
download | gnulib-293ec82ede14e2a6f3443637e5a8fb9da9ce3cbe.tar.gz |
Rename byteswap_.h to byteswap.in.h.
Diffstat (limited to 'modules/byteswap')
-rw-r--r-- | modules/byteswap | 6 |
1 files changed, 3 insertions, 3 deletions
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 <byteswap.h> 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 |