summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-11-09 16:39:41 +0000
committerMatt Fleming <matt.fleming@intel.com>2012-11-09 16:46:05 +0000
commit858c37c8cf94a3d5e00cc52b57190c3195352a70 (patch)
tree20e73d80f7cac5949c270496b8c5d9faf986f219 /Makefile
parent02503726109ce50b5cefd165e47ac859925a14f3 (diff)
downloadsyslinux-858c37c8cf94a3d5e00cc52b57190c3195352a70.tar.gz
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@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57068d29..314636dd 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