From e9b9e287c13f88463170025ff87b8df12a178d6b Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 2 Jan 2014 20:40:33 +0100 Subject: Fix NetWare build for vtls files. --- lib/Makefile.netware | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3