On Thu, 28 Apr 2011 12:06:20 +0200
"Sebastian Herbszt" <herbszt at gmx.de> wrote:
> make[2]: *** No rule to make target `../cmenu/libmenu/libmenu.a',
needed by `hdt.c32'. Stop.
Eek! Apologies for that. This should fix it.
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 65bc1c6..934ad25 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