aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBruce Korb <bkorb@gnu.org>2000-05-05 20:34:12 +0000
committerBruce Korb <korbb@gcc.gnu.org>2000-05-05 20:34:12 +0000
commitb1a0b75db5a7651981ed7487d3982f83acfef3a6 (patch)
tree7ef0a52f6b9834a5e741998d702edeabe70335ea /gcc
parent4ebe197a3840d627eb6663118247bc6bdeefdeb3 (diff)
downloadgcc-b1a0b75db5a7651981ed7487d3982f83acfef3a6.zip
gcc-b1a0b75db5a7651981ed7487d3982f83acfef3a6.tar.gz
gcc-b1a0b75db5a7651981ed7487d3982f83acfef3a6.tar.bz2
Improve the matching for make target names
From-SVN: r33718
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rwxr-xr-xgcc/fixinc/genfixes8
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1db6ebd..4a8d58d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-05 Bruce Korb <bkorb@gnu.org>
+
+ * fixinc/genfixes: Improve the matching for make target names
+
2000-05-05 Catherine Moore <clm@cygnus.com>
* c-common.c (decl_attributes): For TYPE_DECLs attach the
diff --git a/gcc/fixinc/genfixes b/gcc/fixinc/genfixes
index ae67610..e9fa5ac 100755
--- a/gcc/fixinc/genfixes
+++ b/gcc/fixinc/genfixes
@@ -70,7 +70,7 @@ AG="autogen $AG"
set -e
case "$1" in
-inclhack.sh )
+inclhack.sh | */inclhack.sh )
if (autogen --help > /dev/null 2>&1)
then
echo AutoGen-ing inclhack.sh
@@ -83,7 +83,7 @@ inclhack.sh )
fi
;;
-fixincl.x )
+fixincl.x | */fixincl.x )
if (autogen --help > /dev/null 2>&1)
then
echo AutoGen-ing fixincl.x
@@ -96,7 +96,7 @@ fixincl.x )
fi
;;
-fixincl.sh )
+fixincl.sh | */fixincl.sh )
if (autogen --help > /dev/null 2>&1)
then
echo AutoGen-ing fixincl.sh
@@ -109,7 +109,7 @@ fixincl.sh )
fi
;;
-machname.h )
+machname.h | */machname.h )
# This script extracts from the specs file all the predefined macros
# that are not in the C89 reserved namespace (the reserved namespace
# is all identifiers beginnning with two underscores or one underscore