Commit 1907bb7c by Jeffrey A Law Committed by Jeff Law

hackshell.tpl: Fix mis-applied patch.

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

From-SVN: r26947
parent 0ef04c1a
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> Thu May 13 21:05:55 1999 Mark Kettenis <kettenis@gnu.org>
* fixinc/mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of * fixinc/mkfixinc.sh: Add the Hurd (*-*-gnu*) to the list of
......
...@@ -174,7 +174,7 @@ _FOR fix "\n\n" =] ...@@ -174,7 +174,7 @@ _FOR fix "\n\n" =]
# Find any include directives that use "file". # Find any include directives that use "file".
# #
dir=`echo ${file} | sed -e s';/[^/]*$;;'` dir=`echo ${file} | sed -e s';/[^/]*$;;'`
ddir=`ec${DESTDIR}/$dir ddir=${DESTDIR}/$dir
for include in ` for include in `
egrep '^[ ]*#[ ]*include[ ]*"[^/]' ${DESTFILE} | egrep '^[ ]*#[ ]*include[ ]*"[^/]' ${DESTFILE} |
......
...@@ -3036,7 +3036,7 @@ cat > /dev/null ) < $infile > ${DESTDIR}/fixinc.tmp ...@@ -3036,7 +3036,7 @@ cat > /dev/null ) < $infile > ${DESTDIR}/fixinc.tmp
# Find any include directives that use "file". # Find any include directives that use "file".
# #
dir=`echo ${file} | sed -e s';/[^/]*$;;'` dir=`echo ${file} | sed -e s';/[^/]*$;;'`
ddir=`ec${DESTDIR}/$dir ddir=${DESTDIR}/$dir
for include in ` for include in `
egrep '^[ ]*#[ ]*include[ ]*"[^/]' ${DESTFILE} | egrep '^[ ]*#[ ]*include[ ]*"[^/]' ${DESTFILE} |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment