* Makefile.in (libintl.a): Depend on intl.all.

From-SVN: r34484
This commit is contained in:
Mark Mitchell 2000-06-11 02:54:16 +00:00 committed by Mark Mitchell
parent 9c63e8a336
commit c4c37359f3
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2000-06-10 Mark Mitchell <mark@codesourcery.com>
* Makefile.in (libintl.a): Depend on intl.all.
2000-06-09 H.J. Lu (hjl@gnu.org)
* Makefile.in (c-parse.o): Also depend on output.h.

View File

@ -1743,12 +1743,7 @@ intl.o: intl.c intl.h gansidecl.h Makefile
-DLOCALEDIR=\"$(localedir)\" \
-c `echo $(srcdir)/intl.c | sed 's,^\./,,'`
# This is needed to when doing a partial build after a `make clean'.
# libintl.a does not depend on intl.all,
# as that would force a lot of recompiling.
$(top_builddir)/intl/libintl.a:
@echo "$(MAKE) intl.all"
@$(MAKE) $(FLAGS_TO_PASS) intl.all
$(top_builddir)/intl/libintl.a: intl.all
# Make sure all the headers are there for xgettext to scan.
$(INTL_TARGETS): $(srcdir)/c-gperf.h \