Commit 7d83dfff authored by Yang Tse's avatar Yang Tse
Browse files

build: commit 13606bbf follow-up 1

parent dbf93a89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -315,9 +315,9 @@ endif
# Makefile.inc provides the CSOURCES and HHEADERS defines
include Makefile.inc

OBJS	:= $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES))) $(OBJDIR)/nwos.o
OBJS	:= $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES))) $(OBJDIR)/curl_nwos.o

OBJL	= $(OBJS) $(OBJDIR)/nwlib.o $(LDLIBS)
OBJL	= $(OBJS) $(OBJDIR)/curl_nwlib.o $(LDLIBS)

all: lib nlm