From cf3ba289e440cc9e764243a02b8a474ebde70da7 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 1 May 2011 18:01:22 -0700 Subject: [PATCH] syslinux.mk: $(MAKEDIR), not $(makefiledir) Fix the path for the optional makefile segments. Signed-off-by: H. Peter Anvin --- mk/syslinux.mk | 4 ++-- 1 file 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 -- 2.7.4