aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-11-26 14:44:51 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-11-26 14:44:51 -0500
commitde3cb7c346e71aa17e37bc48c19105c9fa2cb772 (patch)
tree70fff8deaaae8dcd29f342b3fa071d2e464e2ca0
parentf5ea9817c462ab8ab8089599e64c5bfecabc2a8c (diff)
downloadgcc-de3cb7c346e71aa17e37bc48c19105c9fa2cb772.zip
gcc-de3cb7c346e71aa17e37bc48c19105c9fa2cb772.tar.gz
gcc-de3cb7c346e71aa17e37bc48c19105c9fa2cb772.tar.bz2
(stamp-objlist): Change .o to $objext.
From-SVN: r10606
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 8a1297f..0eaa67b 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -673,7 +673,7 @@ compilations: ${OBJS}
# Create a list of the language-independent object files so the language
# subdirectories needn't mention their names explicitly.
stamp-objlist: Makefile $(OBJS) $(BC_OBJS)
- echo " $(OBJS) $(BC_OBJS)" | sed -e 's, \([a-z]\), ../\1,g' >stamp-objlist
+ echo " $(OBJS) $(BC_OBJS)" | sed -e 's, \([a-z]\), ../\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