diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.netware | 2 |
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) $< |