Skip to content

Commit

Permalink
Added missing dependency to export list.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Jul 11, 2012
1 parent d8ce83e commit dce2e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.netware
Expand Up @@ -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) $<
Expand Down

0 comments on commit dce2e1a

Please sign in to comment.