aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-11-06 12:00:04 +0000
committerMatt Fleming <matt.fleming@intel.com>2012-11-06 12:00:04 +0000
commit1d2ad3054aa1e91a30e613b820d5145914177d21 (patch)
tree8519cf9ebde14de819dcf41e38628eefd18ff247
parentafd28c08dc76153efcd9f760bcdbeaabda74eb05 (diff)
downloadsyslinux-1d2ad3054aa1e91a30e613b820d5145914177d21.tar.gz
syslinux-1d2ad3054aa1e91a30e613b820d5145914177d21.tar.xz
syslinux-1d2ad3054aa1e91a30e613b820d5145914177d21.zip
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@intel.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 348cd170..32b7e5f9 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),)