From 15e2ab712e9d77d0ddadf39b9b9f32697daa25c8 Mon Sep 17 00:00:00 2001 From: Philipp Thomas Date: Mon, 25 Sep 2000 23:29:38 +0000 Subject: [PATCH] Makefile.in.in: Remove stamp-check-pot from list of default targets as checks are only possible... 2000-09-26 Philipp Thomas * Makefile.in.in: Remove stamp-check-pot from list of default targets as checks are only possible in a complete source tree and all languages configured. From-SVN: r36637 --- gcc/po/ChangeLog | 6 ++++++ gcc/po/Makefile.in.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index dd95c61c896..f6d905e8128 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,9 @@ +2000-09-26 Philipp Thomas + + * Makefile.in.in: Remove stamp-check-pot from list + of default targets as checks are only possible in a + complete source tree and all languages configured. + 2000-09-13 Gerald Pfeifer * POTFILES.in: Remove objc/objc-parse.c. diff --git a/gcc/po/Makefile.in.in b/gcc/po/Makefile.in.in index 2345b6a5259..8e3a75719cf 100644 --- a/gcc/po/Makefile.in.in +++ b/gcc/po/Makefile.in.in @@ -79,7 +79,7 @@ INSTOBJEXT = @INSTOBJEXT@ all: all-@USE_NLS@ -all-yes: stamp-check-pot $(CATALOGS) @MAINT@ $(srcdir)/cat-id-tbl.c +all-yes: $(CATALOGS) @MAINT@ $(srcdir)/cat-id-tbl.c all-no: stamp-check-pot: $(POTFILES) -- 2.30.2