diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 79c13ce2434c5b70b7d3bfbf2f8833e279d07701..70e6647ede47d2496604594969bf2d00a1ef8027 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