diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-05-15 13:29:36 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-15 07:29:36 -0600 |
commit | 1907bb7c749b14c8e7636a36615e69b14e66a8b6 (patch) | |
tree | 09ff5d3beece5aa9b0c745a3052b3b631fe69cba /gcc | |
parent | 0ef04c1a55eea0b84da7b5d3e3e5df630c04c799 (diff) | |
download | gcc-1907bb7c749b14c8e7636a36615e69b14e66a8b6.zip gcc-1907bb7c749b14c8e7636a36615e69b14e66a8b6.tar.gz gcc-1907bb7c749b14c8e7636a36615e69b14e66a8b6.tar.bz2 |
hackshell.tpl: Fix mis-applied patch.
* fixinc/hackshell.tpl: Fix mis-applied patch.
* fixinc/inclhack.sh: Regenerated.
From-SVN: r26947
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fixinc/hackshell.tpl | 2 | ||||
-rwxr-xr-x | gcc/fixinc/inclhack.sh | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3530fcd..9dd84d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sat May 15 14:22:40 1999 Jeffrey A Law (law@cygnus.com) + + * fixinc/hackshell.tpl: Fix mis-applied patch. + * fixinc/inclhack.sh: Regenerated. + Thu May 13 21:05:55 1999 Mark Kettenis <kettenis@gnu.org> * fixinc/mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of diff --git a/gcc/fixinc/hackshell.tpl b/gcc/fixinc/hackshell.tpl index 7ac6ddb..8461527 100644 --- a/gcc/fixinc/hackshell.tpl +++ b/gcc/fixinc/hackshell.tpl @@ -174,7 +174,7 @@ _FOR fix "\n\n" =] # Find any include directives that use "file". # dir=`echo ${file} | sed -e s';/[^/]*$;;'` - ddir=`ec${DESTDIR}/$dir + ddir=${DESTDIR}/$dir for include in ` egrep '^[ ]*#[ ]*include[ ]*"[^/]' ${DESTFILE} | diff --git a/gcc/fixinc/inclhack.sh b/gcc/fixinc/inclhack.sh index 1902744..153161b 100755 --- a/gcc/fixinc/inclhack.sh +++ b/gcc/fixinc/inclhack.sh @@ -3036,7 +3036,7 @@ cat > /dev/null ) < $infile > ${DESTDIR}/fixinc.tmp # Find any include directives that use "file". # dir=`echo ${file} | sed -e s';/[^/]*$;;'` - ddir=`ec${DESTDIR}/$dir + ddir=${DESTDIR}/$dir for include in ` egrep '^[ ]*#[ ]*include[ ]*"[^/]' ${DESTFILE} | |