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:
parent
0ef04c1a55
commit
1907bb7c74
@ -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
|
||||
|
@ -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} |
|
||||
|
@ -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} |
|
||||
|
Loading…
Reference in New Issue
Block a user