diff options
| author | bwarsaw | 2001-08-17 21:24:01 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-08-17 21:24:01 +0000 |
| commit | 666dda2f32c3d6b17b827081a03586f9582acfb1 (patch) | |
| tree | 54f3f8acb799885af0388e80fa3fc2dd1f9b7d08 | |
| parent | 421ee2cf3022c72ac2fb62cb995b734f4c11a117 (diff) | |
| download | mailman-666dda2f32c3d6b17b827081a03586f9582acfb1.tar.gz mailman-666dda2f32c3d6b17b827081a03586f9582acfb1.tar.zst mailman-666dda2f32c3d6b17b827081a03586f9582acfb1.zip | |
.po.mo rule: Don't crap out if the msgfmt conversion failed. I'm
still having problems with the big5 catalog, but I don't have time to
fix it. :(
| -rw-r--r-- | messages/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index f68fd467f..2fff659c8 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -66,7 +66,7 @@ PROG= bin/pygettext.py .SUFFIXES: .po .mo .po.mo: - $(MSGFMT) -o $@ $< + -$(MSGFMT) -o $@ $< # Rules |
