summaryrefslogtreecommitdiff
path: root/modules/stdint
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-03-17 18:31:09 +0000
committerBruno Haible <bruno@clisp.org>2005-03-17 18:31:09 +0000
commit040948ed5acbf7ca828012c62e31848bf7ed1e8f (patch)
tree45453b94603cf71685b7fed94e08b06f59aadb2b /modules/stdint
parent1d6d8aeb29bf86129b8d190f327228f3786dd8e4 (diff)
downloadgnulib-040948ed5acbf7ca828012c62e31848bf7ed1e8f.tar.gz
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Diffstat (limited to 'modules/stdint')
-rw-r--r--modules/stdint2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stdint b/modules/stdint
index e919880f0a..8441aba357 100644
--- a/modules/stdint
+++ b/modules/stdint
@@ -21,7 +21,7 @@ EXTRA_DIST += stdint_.h
# doesn't have one that works with the given compiler.
all-local $(lib_OBJECTS): $(STDINT_H)
stdint.h: stdint_.h
- sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONGLONG_64BIT@/$(HAVE_LONGLONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t
+ sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t
mv $@-t $@
MOSTLYCLEANFILES += stdint.h stdint.h-t