[syslinux:firmware] Makefile: Every invocation of make needs access to syslinux.mk

syslinux-bot for Matt Fleming matt.fleming at intel.com
Fri Nov 9 09:06:37 PST 2012


Commit-ID:  858c37c8cf94a3d5e00cc52b57190c3195352a70
Gitweb:     http://www.syslinux.org/commit/858c37c8cf94a3d5e00cc52b57190c3195352a70
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Fri, 9 Nov 2012 16:39:41 +0000
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Fri, 9 Nov 2012 16:46:05 +0000

Makefile: Every invocation of make needs access to syslinux.mk

syslinux.mk provides variables like $(PERL) which are extremely useful
in most Makefiles, so include it regardless of whether this is the
first invocation of make or a sub-make.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 57068d2..314636d 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,8 @@ $(filter-out $(private-targets), $(MAKECMDGOALS)):
 
 else # ifeq ($(topdir),)
 
+include $(MAKEDIR)/syslinux.mk
+
 # Hook to add private Makefile targets for the maintainer.
 -include $(topdir)/Makefile.private
 


More information about the Syslinux-commits mailing list