* Makefile.in (LIBGCC_DEPS): Don't depend on LANGUAGES.

From-SVN: r116142
This commit is contained in:
Mike Stump 2006-08-14 23:40:41 +00:00 committed by Mike Stump
parent 9f4593a856
commit df511f3268
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-07-14 Mike Stump <mrs@apple.com>
* Makefile.in (LIBGCC_DEPS): Don't depend on LANGUAGES.
2006-08-14 Kazu Hirata <kazu@codesourcery.com>
* c-decl.c, var-tracking.c: Fix comment typos.

View file

@ -1464,7 +1464,7 @@ libgcc.mk: config.status Makefile mklibgcc $(LIB2ADD) $(LIB2ADD_ST) specs \
mv tmp-libgcc.mk libgcc.mk
# All the things that might cause us to want to recompile bits of libgcc.
LIBGCC_DEPS = $(GCC_PASSES) $(LANGUAGES) stmp-int-hdrs $(STMP_FIXPROTO) \
LIBGCC_DEPS = $(GCC_PASSES) stmp-int-hdrs $(STMP_FIXPROTO) \
libgcc.mk $(srcdir)/libgcc2.c $(srcdir)/libgcov.c $(TCONFIG_H) \
$(MACHMODE_H) longlong.h gbl-ctors.h config.status $(srcdir)/libgcc2.h \
tsystem.h $(FPBIT) $(DPBIT) $(TPBIT) $(LIB2ADD) \