From: Jim Meyering Date: Sat, 7 Oct 2006 18:57:13 +0000 (+0000) Subject: * modules/inttypes (inttypes.h): Revert what seems to have been X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6981342b0b0c4a0eb772156b1768341900465f2f;p=pspp * 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). --- diff --git a/ChangeLog b/ChangeLog index 710ecd1dd4..ec975d15e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-07 Jim Meyering + + * 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 * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment. diff --git a/modules/inttypes b/modules/inttypes index d61614b28e..2deaeea7e6 100644 --- a/modules/inttypes +++ b/modules/inttypes @@ -23,7 +23,7 @@ inttypes.h: inttypes_.h 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' \