From dce2e1aa0f1b0e2889ca671f34ac27e772d2a277 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 11 Jul 2012 16:52:48 +0200 Subject: [PATCH] Added missing dependency to export list. --- lib/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 60a20881c06cf4..79c13ce2434c5b 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -365,7 +365,7 @@ ifdef RANLIB @$(RANLIB) $@ endif -$(TARGET).nlm: $(OBJDIR)/$(TARGET).def $(OBJL) $(XDCDATA) +$(TARGET).nlm: $(OBJDIR)/$(TARGET).def $(OBJL) $(EXPORTF) $(XDCDATA) @echo Linking $@ @-$(RM) $@ @$(LD) $(LDFLAGS) $<