changeset 7454:adb8b0c0c238

* 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 9cb98e68c332
children 8d41d3f68c28
files ChangeLog modules/inttypes
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+++ b/modules/inttypes
@@ -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' \