2009-07-01 Pavel Roskin <proski@gnu.org>

* Makefile.in: Install include/grub/machine symlink.
This commit is contained in:
proski 2009-07-01 22:48:38 +00:00
parent 6f41557fb1
commit 999577f13c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2009-07-01 Pavel Roskin <proski@gnu.org>
* Makefile.in: Install include/grub/machine symlink.
* Makefile.in: When installing symlinks, use "cp -fR", which
works on FreeBSD and MacOSX.
From Yves Blusseau <cl7m42e02@sneakemail.com>

View File

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