diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2011-05-01 18:01:22 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2011-05-01 18:01:22 -0700 |
| commit | cf3ba289e440cc9e764243a02b8a474ebde70da7 (patch) | |
| tree | 9f8d11a470a362ee4213864bfb67a426e5e84439 | |
| parent | 42fb596d240474c31152d965648860e9c40e54b6 (diff) | |
| download | syslinux-cf3ba289e440cc9e764243a02b8a474ebde70da7.tar.gz | |
syslinux.mk: $(MAKEDIR), not $(makefiledir)
Fix the path for the optional makefile segments.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
| -rw-r--r-- | mk/syslinux.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/syslinux.mk b/mk/syslinux.mk index d9f1c5b6..5f05870e 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 |
