diff options
author | Bruno Haible <bruno@clisp.org> | 2006-10-07 14:54:51 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2006-10-07 14:54:51 +0000 |
commit | e8886c908325158b4e127ac82fbc4fb8918aad85 (patch) | |
tree | 98bc6c497b51b49e3af48e4927646baa68d54844 /modules/byteswap | |
parent | c5ce79f4c514b37b5756e85530112d778cff302a (diff) | |
download | gnulib-e8886c908325158b4e127ac82fbc4fb8918aad85.tar.gz |
Mark generated files as "DO NOT EDIT".
Diffstat (limited to 'modules/byteswap')
-rw-r--r-- | modules/byteswap | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/byteswap b/modules/byteswap index 3f50ab600c..d76542d777 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -17,7 +17,9 @@ EXTRA_DIST += byteswap_.h # We need the following in order to create <byteswap.h> when the system # doesn't have one. byteswap.h: byteswap_.h - cp -f $(srcdir)/byteswap_.h $@-t + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/byteswap_.h; \ + } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t |