aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.netware
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2012-07-11 16:52:48 +0200
committerGuenter Knauf <lists@gknw.net>2012-07-11 16:52:48 +0200
commitdce2e1aa0f1b0e2889ca671f34ac27e772d2a277 (patch)
tree1beb04b16909bb17f64e0eae7f720c3998fe0370 /lib/Makefile.netware
parentd8ce83e73a3cbe5c8b9a0e7d8f98a5dec489d671 (diff)
Added missing dependency to export list.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r--lib/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index 60a20881c..79c13ce24 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) $<