aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-05-18 14:47:40 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-05-18 14:47:40 -0700
commitfefd374ec212c2e83f59f0c633d12a1c40492780 (patch)
treed746c9758bfb08b9711138d449dadd83473cc2c1
parent124902bbde301d54bc4d4f89040222c75366c639 (diff)
downloadsyslinux-fefd374ec212c2e83f59f0c633d12a1c40492780.tar.gz
syslinux-fefd374ec212c2e83f59f0c633d12a1c40492780.tar.xz
syslinux-fefd374ec212c2e83f59f0c633d12a1c40492780.zip
syslinux.mk: use $(MAKEDIR) not $(makefiledir)
Everything else in the system seems to use $(MAKEDIR), not $(makefiledir)... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--mk/syslinux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/syslinux.mk b/mk/syslinux.mk
index 966ca87a..95235286 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