diff options
Diffstat (limited to 'source3/po/Makefile.in')
-rw-r--r-- | source3/po/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/po/Makefile.in b/source3/po/Makefile.in index f24aaba1f8..c7f47eaf31 100644 --- a/source3/po/Makefile.in +++ b/source3/po/Makefile.in @@ -79,7 +79,7 @@ INSTOBJEXT = .mo rm -f $@ && $(GENCAT) $@ $*.msg -all: all-yes +all: cat-id-tbl.c all-yes: cat-id-tbl.c $(CATALOGS) all-no: @@ -229,6 +229,8 @@ update-po: Makefile fi; \ done +update-gmo: $(CATALOGS) + POTFILES: POTFILES.in ( if test 'x$(srcdir)' != 'x.'; then \ posrcprefix='$(top_srcdir)/'; \ |