Commit c4c37359 by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r34484
parent 9c63e8a3
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.
......
......@@ -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 \
......
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