From d8ce83e73a3cbe5c8b9a0e7d8f98a5dec489d671 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Wed, 11 Jul 2012 16:01:48 +0200 Subject: [PATCH] Fixed export list path. --- lib/Makefile.netware | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.netware b/lib/Makefile.netware index ca4a058..60a2088 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -64,7 +64,7 @@ DESCR = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se MTSAFE = YES STACK = 64000 SCREEN = none -EXPORTF = $(OBJDIR)/libcurl.imp +EXPORTF = $(TARGET).imp EXPORTS = @$(EXPORTF) # Uncomment the next line to enable linking with POSIX semantics. @@ -351,7 +351,7 @@ clean: -$(RM) -r $(OBJDIR) distclean vclean: clean - -$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm + -$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm $(TARGET).imp -$(RM) certdata.txt ca-bundle.crt $(OBJDIR) $(INSTDIR): -- 2.7.4