forked from Imagelibrary/rtems
Problem reported by Chris Johns <ccj@acm.org> that webcomp.c was being
built and included in the target code. It is a host utility.
This commit is contained in:
@@ -9,7 +9,7 @@ LIB = $(ARCH)/$(LIBNAME)
|
||||
|
||||
C_FILES = asp.c balloc.c wbase64.c default.c ejlex.c ejparse.c form.c h.c \
|
||||
handler.c mime.c misc.c webpage.c ringq.c rom.c security.c socket.c \
|
||||
sym.c uemf.c url.c value.c webcomp.c webrom.c webs.c websuemf.c \
|
||||
sym.c uemf.c url.c value.c webrom.c webs.c websuemf.c \
|
||||
webmain.c
|
||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user