mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
(stamp-objlist): Change .o to $objext.
From-SVN: r10606
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user