mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
Added missing dependency to export list.
This commit is contained in:
parent
d8ce83e73a
commit
dce2e1aa0f
@ -365,7 +365,7 @@ ifdef RANLIB
|
|||||||
@$(RANLIB) $@
|
@$(RANLIB) $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(TARGET).nlm: $(OBJDIR)/$(TARGET).def $(OBJL) $(XDCDATA)
|
$(TARGET).nlm: $(OBJDIR)/$(TARGET).def $(OBJL) $(EXPORTF) $(XDCDATA)
|
||||||
@echo Linking $@
|
@echo Linking $@
|
||||||
@-$(RM) $@
|
@-$(RM) $@
|
||||||
@$(LD) $(LDFLAGS) $<
|
@$(LD) $(LDFLAGS) $<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user