not to creat gmo files from po files during making
authorMotonobu Takahashi <monyo@samba.org>
Sat, 29 Sep 2001 16:07:01 +0000 (16:07 +0000)
committerMotonobu Takahashi <monyo@samba.org>
Sat, 29 Sep 2001 16:07:01 +0000 (16:07 +0000)
this is because some platforms such as HP-UX do not have any msgfmt
command.

if someone updates po file,
then he has to update gmo files manually and commit.
(This used to be commit ca350fdf0343b0bc5e78a35a7a2345ada8aca410)

source3/po/Makefile.in

index f24aaba1f81e5d9adc6926a84ce983fcff7bbbd7..c7f47eaf313af5967b089b0d628490a501567c60 100644 (file)
@@ -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)/'; \