(stamp-objlist): Change .o to $objext.

From-SVN: r10606
This commit is contained in:
Richard Kenner 1995-11-26 14:44:51 -05:00
parent f5ea9817c4
commit de3cb7c346
1 changed files with 1 additions and 1 deletions

View File

@ -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