Browse Source

Added missing dependency to export list.

Guenter Knauf 12 years ago
parent
commit
dce2e1aa0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Makefile.netware

+ 1 - 1
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) $<