[Freeciv-Dev] Re: (PR#12174) Cannot compile new translations
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12174 >
Mateusz Stefek wrote:
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=12174 >
>
> When I edit pl.po po and type make I get this error:
> make: `nb.po' is up to date.
>
> It is because taget 'nb.po' is before 'all' in Makefile.
Odd. Is this for 2.0 also? Does this patch fix it?
-jason
Index: po/Makefile.in.in
===================================================================
RCS file: /home/freeciv/CVS/freeciv/po/Makefile.in.in,v
retrieving revision 1.8
diff -u -r1.8 Makefile.in.in
--- po/Makefile.in.in 3 Feb 2005 23:46:09 -0000 1.8
+++ po/Makefile.in.in 8 Feb 2005 19:14:19 -0000
@@ -54,11 +54,6 @@
CATALOGS = @CATALOGS@
-nb.po: no.po
- cp $(srcdir)/no.po nb.po
-
-BUILT_SOURCES = nb.po
-
.SUFFIXES:
.SUFFIXES: .c .o .po .pox .gmo .mo
@@ -191,6 +186,11 @@
update-gmo: Makefile $(GMOFILES)
@:
+nb.po: no.po
+ cp $(srcdir)/no.po nb.po
+
+BUILT_SOURCES = nb.po
+
Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \
- [Freeciv-Dev] Re: (PR#12174) Cannot compile new translations,
Jason Short <=
|
|