]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-04-09 Vladimir Serbinenko <phcoder@gmail.com>
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 9 Apr 2010 14:18:25 +0000 (16:18 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 9 Apr 2010 14:18:25 +0000 (16:18 +0200)
* Makefile.in: Specify files explicitly instead of using $< and $@ since
we use cd $(srcdir).

ChangeLog
Makefile.in

index 83825a6c35b6ee79dac2bb738f6a938036b9e7b6..ee19f60d734e17cf84c4e2a85ebefc937e90d3bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-09  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * Makefile.in: Specify files explicitly instead of using $< and $@ since
+       we use cd $(srcdir).
+
 2010-04-08  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub.d/10_linux.in: Only use the first word of
index ed460e4cf68e85b1c7beb7463397733597e1e31b..d5eda4be362df47c18ec15126a30e2fd1bb04c41 100644 (file)
@@ -530,8 +530,8 @@ genkernsyms.sh: genkernsyms.sh.in config.status
        $(SHELL) ./config.status
 
 $(srcdir)/po/$(PACKAGE).pot: po/POTFILES po/POTFILES-shell
-       cd $(srcdir) && $(XGETTEXT) -ctranslate --from-code=utf-8 -o $@ -f $< --keyword=_ --keyword=N_
-       cd $(srcdir) && $(XGETTEXT) -ctranslate --from-code=utf-8 -o $@ -f po/POTFILES-shell -j --language=Shell
+       cd $(srcdir) && $(XGETTEXT) -ctranslate --from-code=utf-8 -o po/$(PACKAGE).pot -f po/POTFILES --keyword=_ --keyword=N_
+       cd $(srcdir) && $(XGETTEXT) -ctranslate --from-code=utf-8 -o po/$(PACKAGE).pot -f po/POTFILES-shell -j --language=Shell
 
 $(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po): po/$(PACKAGE).pot
        $(MSGMERGE) -U $@ $^