[syslinux:elflink] syslinux.mk: use $(MAKEDIR) not $(makefiledir)

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri May 18 15:00:06 PDT 2012


Commit-ID:  fefd374ec212c2e83f59f0c633d12a1c40492780
Gitweb:     http://www.syslinux.org/commit/fefd374ec212c2e83f59f0c633d12a1c40492780
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 18 May 2012 14:47:40 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 18 May 2012 14:47:40 -0700

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

Everything else in the system seems to use $(MAKEDIR), not
$(makefiledir)...

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 966ca87..9523528 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