diff options
| author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-11 02:54:16 +0000 |
|---|---|---|
| committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-11 02:54:16 +0000 |
| commit | e7a67646a0c4e67496d618d977a68e1dbfe2f170 (patch) | |
| tree | 54915bc14d2ff87228abd45d745ec54f81dde7df | |
| parent | 0ff47f3911613e257fc2475462a7faabc88ba031 (diff) | |
| download | ppe42-gcc-e7a67646a0c4e67496d618d977a68e1dbfe2f170.tar.gz ppe42-gcc-e7a67646a0c4e67496d618d977a68e1dbfe2f170.zip | |
* Makefile.in (libintl.a): Depend on intl.all.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34484 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/Makefile.in | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e40fd351cb..1060c1f4c4a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 699f72aaabf..c4142d5b1af 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 \ |

