Makefile.in.in: Remove stamp-check-pot from list of default targets as checks are only possible...
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. From-SVN: r36637
This commit is contained in:
parent
317639a81c
commit
15e2ab712e
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue