hackshell.tpl: Fix mis-applied patch.
authorJeffrey A Law <law@cygnus.com>
Sat, 15 May 1999 13:29:36 +0000 (13:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 15 May 1999 13:29:36 +0000 (07:29 -0600)
        * fixinc/hackshell.tpl: Fix mis-applied patch.
        * fixinc/inclhack.sh: Regenerated.

From-SVN: r26947

gcc/ChangeLog
gcc/fixinc/hackshell.tpl
gcc/fixinc/inclhack.sh

index 3530fcdfabf1666b38cbebf396296ef5fff2cf1d..9dd84d77fa97da81e489344b5754d1fb21eb42d4 100644 (file)
@@ -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
index 7ac6ddb861ce5bc734be77e7c0fe17cfbbf9695a..8461527b925fa04b90b3ccd3782dab02b41d14c6 100644 (file)
@@ -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} |
index 1902744a0df564d1f8a9003a67ee9ee0527d838c..153161bfad9766750ee78b0835b89e89880fe74f 100755 (executable)
@@ -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} |