2008-11-08 Robert Millan <rmh@aybabtu.com>

* Makefile.in (include_DATA): Fix srcdir=. assumption.
This commit is contained in:
robertmh 2008-11-08 12:53:22 +00:00
parent dcb6fa0a1c
commit ac293d504e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-11-08 Robert Millan <rmh@aybabtu.com>
* Makefile.in (include_DATA): Fix srcdir=. assumption.
2008-11-08 Robert Millan <rmh@aybabtu.com>
* term/i386/pc/vesafb.c (grub_vesafb_term): Change type to

View file

@ -177,7 +177,7 @@ build_env.mk: Makefile
) > $@
pkglib_BUILDDIR += config.h grub_script.tab.h
pkgdata_SRCDIR += genmodsrc.sh genmk.rb
include_DATA += $(shell find include -name \*.h) include/grub/cpu
include_DATA += $(shell find $(srcdir)/include -name \*.h | sed -e "s,^$(srcdir)/,,g") include/grub/cpu
all-local: $(PROGRAMS) $(PKGLIB) $(PKGDATA) $(SCRIPTS) $(MKFILES)