hackshell.tpl: Fix mis-applied patch.

* fixinc/hackshell.tpl: Fix mis-applied patch.
        * fixinc/inclhack.sh: Regenerated.

From-SVN: r26947
This commit is contained in:
Jeffrey A Law 1999-05-15 13:29:36 +00:00 committed by Jeff Law
parent 0ef04c1a55
commit 1907bb7c74
3 changed files with 7 additions and 2 deletions

View 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

View 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} |

View File

@ -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} |