(stamp-objlist): Depend on OBJS and BC_OBJS so that
authorDoug Evans <dje@gnu.org>
Tue, 3 May 1994 23:04:27 +0000 (23:04 +0000)
committerDoug Evans <dje@gnu.org>
Tue, 3 May 1994 23:04:27 +0000 (23:04 +0000)
subdir makes will know to re-link.

From-SVN: r7195

gcc/Makefile.in

index af9824aa06606c5b165b17352ad8a661527f0bd8..cdf2859e2ee2cd406870e69ae94e8d9c66e5f2ba 100644 (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'