aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-12-12 07:59:19 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1996-12-12 07:59:19 -0500
commitaa56883497eb081219aabcf8187c4d8539010bed (patch)
treeb6c2f04f8fcb4143a7110ee7db85a7aeb59d3a31 /gcc
parentea55c5c6ee270e07e676270be5c216678ad3149f (diff)
downloadgcc-aa56883497eb081219aabcf8187c4d8539010bed.zip
gcc-aa56883497eb081219aabcf8187c4d8539010bed.tar.gz
gcc-aa56883497eb081219aabcf8187c4d8539010bed.tar.bz2
(stamp-objlist): Handle first character of object file being a digit.
From-SVN: r13293
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ddb4ad5..aa12fc0 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -695,7 +695,7 @@ compilations: ${OBJS}
# Create a list of the language-independent object files so the language
# subdirectories needn't mention their names explicitly.
stamp-objlist: $(OBJS) $(BC_OBJS)
- echo " $(OBJS) $(BC_OBJS)" | sed -e 's, \([a-z]\), ../\1,g' -e 's/\.o/$(objext)/g' >stamp-objlist
+ echo " $(OBJS) $(BC_OBJS)" | sed -e 's, \([a-z0-9]\), ../\1,g' -e 's/\.o/$(objext)/g' >stamp-objlist
# We call this executable `xgcc' rather than `gcc'
# to avoid confusion if the current directory is in the path