]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
remove leading / in dprintf output
authorBVK Chaitanya <bvk@dbook>
Mon, 30 Aug 2010 04:07:35 +0000 (09:37 +0530)
committerBVK Chaitanya <bvk@dbook>
Mon, 30 Aug 2010 04:07:35 +0000 (09:37 +0530)
ChangeLog
conf/Makefile.common

index 1a0085d9a67bd4d82c19d91e01064d66a24a0107..d3519b139fc21c3ee84edc99c315c3edc9c132cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-30  BVK Chaitanya  <bvk.groups@gmail.com>
+
+       * conf/Makefile.common (CPPFLAGS_DEFAULT): Remove leading / from
+       dprintf output.
+
 2010-08-30  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * docs/grub.texi (Network): Fix reference to pxe_blksize.
index eb70f7f770484306da79b123a964bc62deae3768..fe14c0e1841ed453f1593b7f2620914a20b51734 100644 (file)
@@ -31,7 +31,7 @@ endif
 
 # Other options
 
-CPPFLAGS_DEFAULT = -DGRUB_FILE=\"$(subst $(srcdir),,$<)\"
+CPPFLAGS_DEFAULT = -DGRUB_FILE=\"$(subst $(srcdir)/,,$<)\"
 CPPFLAGS_DEFAULT += -I$(builddir)
 CPPFLAGS_DEFAULT += -I$(srcdir)
 CPPFLAGS_DEFAULT += -I$(top_builddir)