Added missing dependency to export list.
authorGuenter Knauf <lists@gknw.net>
Wed, 11 Jul 2012 14:52:48 +0000 (16:52 +0200)
committerGuenter Knauf <lists@gknw.net>
Wed, 11 Jul 2012 14:52:48 +0000 (16:52 +0200)
lib/Makefile.netware

index 60a2088..79c13ce 100644 (file)
@@ -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) $<