aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-06-11 02:54:16 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-06-11 02:54:16 +0000
commitc4c37359f3607afde0157ac6a6dea186d7aabaaa (patch)
tree54915bc14d2ff87228abd45d745ec54f81dde7df /gcc/Makefile.in
parent9c63e8a33674285b9b217274de9238169f553923 (diff)
downloadgcc-c4c37359f3607afde0157ac6a6dea186d7aabaaa.zip
gcc-c4c37359f3607afde0157ac6a6dea186d7aabaaa.tar.gz
gcc-c4c37359f3607afde0157ac6a6dea186d7aabaaa.tar.bz2
* Makefile.in (libintl.a): Depend on intl.all.
From-SVN: r34484
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 699f72a..c4142d5 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 \