(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:
Doug Evans 1994-05-03 23:04:27 +00:00
parent 6b2bd61e3a
commit ce7685ee29
1 changed files with 1 additions and 1 deletions

View File

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