]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-11-30 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Mon, 30 Nov 2009 01:25:57 +0000 (01:25 +0000)
committerRobert Millan <rmh@aybabtu.com>
Mon, 30 Nov 2009 01:25:57 +0000 (01:25 +0000)
        Fix $srcdir != $objdir build.

        * Makefile.in (po/%.po):  Rewrite as ...
        ($(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po)): ... this.

ChangeLog
Makefile.in

index 5dbdd6a9c1cf3709fb3973ac8bc53e91d45a7df6..de76474103ae8ed412be99659b4f71aec21f285c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-30  Robert Millan  <rmh.grub@aybabtu.com>
+
+       Fix $srcdir != $objdir build.
+
+       * Makefile.in (po/%.po):  Rewrite as ...
+       ($(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po)): ... this.
+
 2009-11-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        Fix GNU/Hurd grub-install crash.
index aa8f932c90c5f58d070380ec5d6af7da2eb733f3..c8187796b664bb66e4e08e9d00910f1af410843e 100644 (file)
@@ -480,7 +480,7 @@ $(srcdir)/po/$(PACKAGE).pot: po/POTFILES po/POTFILES-shell
        cd $(srcdir) && $(XGETTEXT) --from-code=utf-8 -o $@ -f $< --keyword=_ --keyword=N_
        cd $(srcdir) && $(XGETTEXT) --from-code=utf-8 -o $@ -f po/POTFILES-shell -j --language=Shell
 
-po/%.po: po/$(PACKAGE).pot
+$(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po): po/$(PACKAGE).pot
        $(MSGMERGE) -U $@ $^
 
 po/%.mo: po/%.po