1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

build: commit 13606bbfde follow-up 1

This commit is contained in:
Yang Tse 2013-01-03 10:52:56 +01:00
parent dbf93a8973
commit 7d83dfff9c

View File

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