From: robertmh Date: Sat, 8 Nov 2008 12:53:22 +0000 (+0000) Subject: 2008-11-08 Robert Millan X-Git-Tag: 1.98~1216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac293d504e110b0084aeccd7e69203c31bede568;p=thirdparty%2Fgrub.git 2008-11-08 Robert Millan * Makefile.in (include_DATA): Fix srcdir=. assumption. --- diff --git a/ChangeLog b/ChangeLog index f3e86c2eb..34e0d1c54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-08 Robert Millan + + * Makefile.in (include_DATA): Fix srcdir=. assumption. + 2008-11-08 Robert Millan * term/i386/pc/vesafb.c (grub_vesafb_term): Change type to diff --git a/Makefile.in b/Makefile.in index 9eb47b2ff..1eba7870f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)