changeset 7217:6f8e77bc9fde

* modules/inttypes (Depends-on): Fix sed error when inttypes.h needs wrapper.
author Eric Blake <ebb9@byu.net>
date Mon, 28 Aug 2006 16:01:30 +0000
parents 91df49e70c77
children 0fd12ba5cfc6
files ChangeLog modules/inttypes
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-28  Eric Blake  <ebb9@byu.net>
+
+	* modules/inttypes (Depends-on): Fix sed error when inttypes.h
+	needs wrapper.
+
 2006-08-27  Bruno Haible  <bruno@clisp.org>
 
 	* gnulib-tool: New option --makefile-name.
@@ -261,7 +266,7 @@
 	Reported by Martin Lambers <marlam@marlam.de>.
 
 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
-            Bruno Haible <bruno@clisp.org>
+	    Bruno Haible <bruno@clisp.org>
 
 	* gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
 	/bin/sh understanding of '!' conditional negation.
--- a/modules/inttypes
+++ b/modules/inttypes
@@ -21,7 +21,7 @@
 # doesn't have one that works with the given compiler.
 inttypes.h: inttypes_.h
 	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' \