Revision: 2385
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2385
Author: proski
Date: 2009-07-01 22:48:38 +0000 (Wed, 01 Jul 2009)
Log Message:
-----------
2009-07-01 Pavel Roskin <[email protected]>
* Makefile.in: Install include/grub/machine symlink.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/Makefile.in
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-07-01 22:47:28 UTC (rev 2384)
+++ trunk/grub2/ChangeLog 2009-07-01 22:48:38 UTC (rev 2385)
@@ -1,5 +1,7 @@
2009-07-01 Pavel Roskin <[email protected]>
+ * Makefile.in: Install include/grub/machine symlink.
+
* Makefile.in: When installing symlinks, use "cp -fR", which
works on FreeBSD and MacOSX.
From Yves Blusseau <[email protected]>
Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in 2009-07-01 22:47:28 UTC (rev 2384)
+++ trunk/grub2/Makefile.in 2009-07-01 22:48:38 UTC (rev 2385)
@@ -204,7 +204,8 @@
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)