[syslinux:pathbased] com32/tools: nothing to install here

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Tue Apr 6 16:33:21 PDT 2010


Commit-ID:  80889d3b8246678bafe6cbdd1abed969f669972f
Gitweb:     http://syslinux.zytor.com/commit/80889d3b8246678bafe6cbdd1abed969f669972f
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Tue, 6 Apr 2010 16:29:03 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Tue, 6 Apr 2010 16:29:03 -0700

com32/tools: nothing to install here

This directory contains builttime tools, so they don't need to be
installed anywhere.

This fixes "make install-all".

Reported-by: Dag Wieers <dag at wieers.com>
Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 com32/tools/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/tools/Makefile b/com32/tools/Makefile
index 3665f84..e34296b 100644
--- a/com32/tools/Makefile
+++ b/com32/tools/Makefile
@@ -25,6 +25,6 @@ tidy dist clean spotless:
 	rm -f *.o *.a .*.d
 	rm -f */*.o */*.a */.*.d
 
-installer:
+install installer:
 
 -include .*.d */.*.d



More information about the Syslinux-commits mailing list