Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2005:
[Freeciv-Dev] Re: (PR#12174) Cannot compile new translations
Home

[Freeciv-Dev] Re: (PR#12174) Cannot compile new translations

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: mstefek@xxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#12174) Cannot compile new translations
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 8 Feb 2005 11:14:55 -0800
Reply-to: bugs@xxxxxxxxxxx

<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= \

[Prev in Thread] Current Thread [Next in Thread]