aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/fixinc/hackshell.tpl2
-rwxr-xr-xgcc/fixinc/inclhack.sh2
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} |