build: commit 13606bbfde follow-up 1
authorYang Tse <yangsita@gmail.com>
Thu, 3 Jan 2013 09:52:56 +0000 (10:52 +0100)
committerYang Tse <yangsita@gmail.com>
Thu, 3 Jan 2013 09:54:18 +0000 (10:54 +0100)
lib/Makefile.netware

index 79c13ce..70e6647 100644 (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