changeset 27145:ab7c45ebba10

* modules/inttypes (inttypes.h): Revert what seems to have been an inadvertent part of today's change: use "|", not "/" in the substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
author Jim Meyering <jim@meyering.net>
date Sat, 07 Oct 2006 18:57:13 +0000
parents 981cd4f347be
children 4cb95fb11935
files ChangeLog modules/inttypes
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 07 17:53:15 2006 +0000
+++ b/ChangeLog	Sat Oct 07 18:57:13 2006 +0000
@@ -1,3 +1,9 @@
+2006-10-07  Jim Meyering  <jim@meyering.net>
+
+	* modules/inttypes (inttypes.h): Revert what seems to have been
+	an inadvertent part of today's change: use "|", not "/" in the
+	substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
+
 2006-10-07  Bruno Haible  <bruno@clisp.org>
 
 	* modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
--- a/modules/inttypes	Sat Oct 07 17:53:15 2006 +0000
+++ b/modules/inttypes	Sat Oct 07 18:57:13 2006 +0000
@@ -23,7 +23,7 @@
 	rm -f $@-t $@
 	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 	  sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
-	      -e 's/@''ABSOLUTE_INTTYPES_H''@/$(ABSOLUTE_INTTYPES_H)/g' \
+	      -e 's|@''ABSOLUTE_INTTYPES_H''@|$(ABSOLUTE_INTTYPES_H)|g' \
 	      -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
 	      -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
 	      -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \