From: Yang Tse Date: Thu, 3 Jan 2013 09:52:56 +0000 (+0100) Subject: build: commit 13606bbfde follow-up 1 X-Git-Tag: curl-7_29_0~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d83dfff9c82923dffd2332425f28078bebe77d2;p=curl build: commit 13606bbfde follow-up 1 --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 79c13ce24..70e6647ed 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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