[syslinux:firmware] Makefile: Correct the location of Makefile. private

syslinux-bot for Matt Fleming matt.fleming at intel.com
Fri Nov 9 09:06:35 PST 2012


Commit-ID:  1d2ad3054aa1e91a30e613b820d5145914177d21
Gitweb:     http://www.syslinux.org/commit/1d2ad3054aa1e91a30e613b820d5145914177d21
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Tue, 6 Nov 2012 12:00:04 +0000
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Tue, 6 Nov 2012 12:00:04 +0000

Makefile: Correct the location of Makefile.private

Makefile.private lives in $(topdir) and if we're in $(OBJDIR) we need
an absolute path so that it gets included.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 348cd17..32b7e5f 100644
--- a/Makefile
+++ b/Makefile
@@ -366,6 +366,6 @@ klibc:
 endif # ifeq ($(HAVE_FIRMWARE),)
 
 # Hook to add private Makefile targets for the maintainer.
--include Makefile.private
+-include $(topdir)/Makefile.private
 
 endif # ifeq ($(topdir),)


More information about the Syslinux-commits mailing list