1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/news/pan/files/patch-po::Makefile.in.in
2002-07-17 16:45:25 +00:00

16 lines
263 B
Plaintext

$FreeBSD$
--- po/Makefile.in.in 2002/07/17 16:16:17 1.1
+++ po/Makefile.in.in 2002/07/17 16:18:01
@@ -60,6 +60,9 @@
.SUFFIXES:
.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
+zh_CN.mo: zh_CN.po
+ OLD_PO_FILE_INPUT=1 msgfmt -o $@ $<
+
.c.o:
$(COMPILE) $<