remove leading / in dprintf output

This commit is contained in:
BVK Chaitanya 2010-08-30 09:37:35 +05:30
parent e176a764ee
commit ebd65b82dc
2 changed files with 6 additions and 1 deletions

View 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)