2009-11-19 Felix Zielcke <fzielcke@z-51.de>

* Makefile.in (install-local): Add a missing backslash.
This commit is contained in:
Felix Zielcke 2009-11-19 10:07:35 +01:00
parent b2f1e32746
commit 393c783d02
2 changed files with 5 additions and 1 deletions

View file

@ -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>
* include/grub/x86_64/io.h: New file.

View file

@ -309,7 +309,7 @@ install-local: all
$(INSTALL_DATA) $$dir$$file $(DESTDIR)$(libdir)/grub/$$dest; \
done
$(foreach lang, $(LINGUAS), \
$(SHELL) $(mkinstalldirs) $(DESTDIR)/$(datadir)/locale/$(lang)/LC_MESSAGES
$(SHELL) $(mkinstalldirs) $(DESTDIR)/$(datadir)/locale/$(lang)/LC_MESSAGES \
@list='po/$(lang).mo'; \
for file in $$list; do \
if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \