commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[1903] 2008-11-08 Robert Millan <address@hidden>


From: Robert Millan
Subject: [1903] 2008-11-08 Robert Millan <address@hidden>
Date: Sat, 08 Nov 2008 12:53:23 +0000

Revision: 1903
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1903
Author:   robertmh
Date:     2008-11-08 12:53:22 +0000 (Sat, 08 Nov 2008)

Log Message:
-----------
2008-11-08  Robert Millan  <address@hidden>

        * Makefile.in (include_DATA): Fix srcdir=. assumption.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/Makefile.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2008-11-08 12:25:52 UTC (rev 1902)
+++ trunk/grub2/ChangeLog       2008-11-08 12:53:22 UTC (rev 1903)
@@ -1,5 +1,9 @@
 2008-11-08  Robert Millan  <address@hidden>
 
+       * Makefile.in (include_DATA): Fix srcdir=. assumption.
+
+2008-11-08  Robert Millan  <address@hidden>
+
        * term/i386/pc/vesafb.c (grub_vesafb_term): Change type to
        `struct  grub_term_output'.  Remove `.checkkey' and `.getkey'
        members.  Update all users.

Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in     2008-11-08 12:25:52 UTC (rev 1902)
+++ trunk/grub2/Makefile.in     2008-11-08 12:53:22 UTC (rev 1903)
@@ -177,7 +177,7 @@
        ) > $@
 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)
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]