From: Doug Evans Date: Tue, 3 May 1994 23:04:27 +0000 (+0000) Subject: (stamp-objlist): Depend on OBJS and BC_OBJS so that X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce7685ee29481afc2eb06a82f399fa70d6b60e2c;p=gcc.git (stamp-objlist): Depend on OBJS and BC_OBJS so that subdir makes will know to re-link. From-SVN: r7195 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index af9824aa066..cdf2859e2ee 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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'