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:
Joel Sherrill
2000-03-21 14:46:40 +00:00
parent 89fbb94136
commit 477f3471f8

View File

@@ -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)