Commit ce7685ee by Doug Evans

(stamp-objlist): Depend on OBJS and BC_OBJS so that

subdir makes will know to re-link.

From-SVN: r7195
parent 6b2bd61e
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment