From: Guenter Knauf Date: Thu, 2 Jan 2014 19:40:33 +0000 (+0100) Subject: Fix NetWare build for vtls files. X-Git-Tag: curl-7_35_0~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9b9e287c13f88463170025ff87b8df12a178d6b;p=curl Fix NetWare build for vtls files. --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 058047bb2..bafd32ffa 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -315,10 +315,12 @@ 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 $(notdir $(CSOURCES)))) $(OBJDIR)/nwos.o OBJL = $(OBJS) $(OBJDIR)/nwlib.o $(LDLIBS) +vpath %.c . vtls + all: lib nlm nlm: prebuild $(TARGET).nlm