aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-01-03 10:52:56 +0100
committerYang Tse <yangsita@gmail.com>2013-01-03 10:54:18 +0100
commit7d83dfff9c82923dffd2332425f28078bebe77d2 (patch)
treef351ff027e08c48e03bd2fc1e8d8b8a5990be6b7 /lib/Makefile.netware
parentdbf93a897354866ee285a8f4b1bbe6d2e2b8dffe (diff)
build: commit 13606bbfde follow-up 1
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware4
1 files changed, 2 insertions, 2 deletions
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