(stamp-objlist): Depend on OBJS and BC_OBJS so that
subdir makes will know to re-link. From-SVN: r7195
This commit is contained in:
parent
6b2bd61e3a
commit
ce7685ee29
@ -607,7 +607,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
|
||||
stamp-objlist: Makefile $(OBJS) $(BC_OBJS)
|
||||
echo " $(OBJS) $(BC_OBJS)" | sed -e 's, \([a-z]\), ../\1,g' >stamp-objlist
|
||||
|
||||
# We call this executable `xgcc' rather than `gcc'
|
||||
|
Loading…
Reference in New Issue
Block a user