[syslinux:master] syslinux.mk: $(MAKEDIR), not $(makefiledir)

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun May 1 18:06:03 PDT 2011


Commit-ID:  cf3ba289e440cc9e764243a02b8a474ebde70da7
Gitweb:     http://syslinux.zytor.com/commit/cf3ba289e440cc9e764243a02b8a474ebde70da7
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 1 May 2011 18:01:22 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 1 May 2011 18:01:22 -0700

syslinux.mk: $(MAKEDIR), not $(makefiledir)

Fix the path for the optional makefile segments.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 mk/syslinux.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mk/syslinux.mk b/mk/syslinux.mk
index d9f1c5b..5f05870 100644
--- a/mk/syslinux.mk
+++ b/mk/syslinux.mk
@@ -78,7 +78,7 @@ UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d
 
 # Items that are only appropriate during development; this file is
 # removed when tarballs are generated.
--include $(makefiledir)/devel.mk
+-include $(MAKEDIR)/devel.mk
 
 # Local additions, like -DDEBUG can go here
--include $(makefiledir)/local.mk
+-include $(MAKEDIR)/local.mk



More information about the Syslinux-commits mailing list