OSDN Git Service

* Makefile.in (libintl.a): Depend on intl.all.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jun 2000 02:54:16 +0000 (02:54 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jun 2000 02:54:16 +0000 (02:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34484 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 9e40fd3..1060c1f 100644 (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.
index 699f72a..c4142d5 100644 (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 \