(stamp-objlist): Handle first character of object file being a digit.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 12 Dec 1996 12:59:19 +0000 (07:59 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 12 Dec 1996 12:59:19 +0000 (07:59 -0500)
From-SVN: r13293

gcc/Makefile.in

index ddb4ad59f6ecff028fa399996596bc3b0f89422c..aa12fc013b32a6c1dc3969d2c45bf26412470e6f 100644 (file)
@@ -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