[syslinux:lwip] hdt: add back -I$(com32)

syslinux-bot for H. Peter Anvin hpa at zytor.com
Tue Apr 26 01:33:03 PDT 2011


Commit-ID:  d7d20a78c72237f85d8508c93aa411529d0ac17a
Gitweb:     http://syslinux.zytor.com/commit/d7d20a78c72237f85d8508c93aa411529d0ac17a
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 26 Apr 2011 01:30:29 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 26 Apr 2011 01:30:29 -0700

hdt: add back -I$(com32)

hdt picks up include files from outside the include directory and so
needs an explicit -I$(com32).  This probably should be fixed.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


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

diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index b4f4e35..f187346 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -20,7 +20,7 @@ MAKEDIR = $(topdir)/mk
 include $(MAKEDIR)/com32.mk
 
 LIBS      = ../cmenu/libmenu/libmenu.a ../libupload/libcom32upload.a
-CFLAGS    += -I$(com32)/cmenu/libmenu
+CFLAGS    += -I$(com32)/cmenu/libmenu -I$(com32)
 
 MODULES	  = hdt.c32
 TESTFILES =



More information about the Syslinux-commits mailing list