Bugfix
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Wed, 3 Oct 2007 14:36:00 +0000 (14:36 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Wed, 3 Oct 2007 14:36:00 +0000 (14:36 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@433 ffa7fe5e-494d-0410-b361-a75ebd5db220

po/Makefile.am

index 781d9da..8dcac81 100644 (file)
@@ -25,10 +25,7 @@ SUFFIXES = .po .mo
 all: @MOFILES@
 
 @POFILES@: navit.pot
-       if test "$(top_srcdir)" != "$(top_builddir)"; then \
-               cp $(top_srcdir)/po/$@ $(top_builddir)/po/$@; \
-       fi; \
-       $(MSGMERGE) --update --verbose $@ navit.pot
+       $(MSGMERGE) --update --verbose -o $(top_builddir)/po/$@ $(top_srcdir)/po/$@ navit.pot
 
 navit.pot: $(POTFILES)
         $(XGETTEXT) --default-domain=navit \