2009-11-19 Felix Zielcke <fzielcke@z-51.de>
* Makefile.in (install-local): Add a missing backslash.
This commit is contained in:
parent
b2f1e32746
commit
393c783d02
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-11-19 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
|
* Makefile.in (install-local): Add a missing backslash.
|
||||||
|
|
||||||
2009-11-19 Felix Zielcke <fzielcke@z-51.de>
|
2009-11-19 Felix Zielcke <fzielcke@z-51.de>
|
||||||
|
|
||||||
* include/grub/x86_64/io.h: New file.
|
* include/grub/x86_64/io.h: New file.
|
||||||
|
|
|
@ -309,7 +309,7 @@ install-local: all
|
||||||
$(INSTALL_DATA) $$dir$$file $(DESTDIR)$(libdir)/grub/$$dest; \
|
$(INSTALL_DATA) $$dir$$file $(DESTDIR)$(libdir)/grub/$$dest; \
|
||||||
done
|
done
|
||||||
$(foreach lang, $(LINGUAS), \
|
$(foreach lang, $(LINGUAS), \
|
||||||
$(SHELL) $(mkinstalldirs) $(DESTDIR)/$(datadir)/locale/$(lang)/LC_MESSAGES
|
$(SHELL) $(mkinstalldirs) $(DESTDIR)/$(datadir)/locale/$(lang)/LC_MESSAGES \
|
||||||
@list='po/$(lang).mo'; \
|
@list='po/$(lang).mo'; \
|
||||||
for file in $$list; do \
|
for file in $$list; do \
|
||||||
if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
|
if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
|
||||||
|
|
Loading…
Reference in a new issue