summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@linux.intel.com>2011-04-29 11:20:11 +0100
committerMatt Fleming <matt.fleming@linux.intel.com>2011-04-29 11:20:11 +0100
commitb33a1b65e61d5e783b80c31c288e6309398b90ee (patch)
treebef4f39cb1fa0b6aca6fdbfeeab9ea3d72ef2c07 /com32/hdt/Makefile
parent5b351abcd550b9042a7f3212cb2ed0718af57312 (diff)
downloadsyslinux-b33a1b65e61d5e783b80c31c288e6309398b90ee.tar.gz
hdt: libmenu.a no longer exists
Don't link against libmenu.a, it no longer exists as it was removed in commit 74518b8b691c ("elflink: Make ELF the default object format"). This fixes the following build error, make[2]: *** No rule to make target `../cmenu/libmenu/libmenu.a', needed by `hdt.c32'. Stop. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 65bc1c6c..934ad25f 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -19,7 +19,7 @@ topdir = ../..
MAKEDIR = $(topdir)/mk
include $(MAKEDIR)/elf.mk
-LIBS = ../cmenu/libmenu/libmenu.a ../libupload/libcom32upload.a
+LIBS = ../libupload/libcom32upload.a
CFLAGS += -I$(com32)/cmenu/libmenu -I$(com32)
MODULES = hdt.c32