aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-07-11 17:03:12 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-07-11 17:03:12 +0100
commitb61d1b40cbfb4cc45df7fea95625370d68068fd4 (patch)
tree6483ce4d29cf8fac220b2fbf01251fb1b71ddee1
parent154621d7a12a6432e17e948b12d8dabcf3c12435 (diff)
downloadsyslinux-b61d1b40cbfb4cc45df7fea95625370d68068fd4.tar.gz
syslinux-b61d1b40cbfb4cc45df7fea95625370d68068fd4.tar.xz
syslinux-b61d1b40cbfb4cc45df7fea95625370d68068fd4.zip
efi: 'install' target shouldn't depend on 'all'
Typing 'make efi64 install' from a release tarball results in the following make error, make[3]: *** No rule to make target `/syslinux-6.02-pre3/efi64/efi/../core//writestr.o', needed by `syslinux.so'. Stop. because make tries to build syslinux.so as it is missing from the tarball. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--efi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/efi/Makefile b/efi/Makefile
index b4b6cec1..d7b6cee8 100644
--- a/efi/Makefile
+++ b/efi/Makefile
@@ -76,7 +76,7 @@ codepage.o: ../codepage/cp865.cp
cp $(objdir)/../codepage/cp865.cp codepage.cp
$(CC) $(SFLAGS) -c -o $@ $(core)/codepage.S
-install: all
+install:
install -m 755 $(BTARGET) $(INSTALLROOT)$(AUXDIR)
strip: