Skip to content

Commit

Permalink
Fix NetWare build for vtls files.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Jan 2, 2014
1 parent 030303f commit e9b9e28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Makefile.netware
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9b9e28

Please sign in to comment.