syslinux.mk: $(MAKEDIR), not $(makefiledir)
authorH. Peter Anvin <hpa@zytor.com>
Mon, 2 May 2011 01:01:22 +0000 (18:01 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 2 May 2011 01:01:22 +0000 (18:01 -0700)
Fix the path for the optional makefile segments.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
mk/syslinux.mk

index d9f1c5b..5f05870 100644 (file)
@@ -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