diff options
| author | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 23:29:38 +0000 |
|---|---|---|
| committer | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-25 23:29:38 +0000 |
| commit | d734e1a30b98bea28d5ff435c7fe5e291fdfe8bb (patch) | |
| tree | f15c3e9f4af066ef58dd2f7c37fd48f6654d6084 | |
| parent | 02c09dabd760c345f88a37352ac537c916cbe1a3 (diff) | |
| download | ppe42-gcc-d734e1a30b98bea28d5ff435c7fe5e291fdfe8bb.tar.gz ppe42-gcc-d734e1a30b98bea28d5ff435c7fe5e291fdfe8bb.zip | |
2000-09-26 Philipp Thomas <pthomas@suse.de>
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36637 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/po/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/po/Makefile.in.in | 2 |
2 files changed, 7 insertions, 1 deletions
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 <pthomas@suse.de> + + * 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 <pfeifer@dbai.tuwien.ac.at> * 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) |

