From: Guenter Knauf <lists@gknw.net>
Date: Wed, 11 Jul 2012 14:01:48 +0000 (+0200)
Subject: Fixed export list path.
X-Git-Tag: curl-7_27_0~48
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8ce83e73a3cbe5c8b9a0e7d8f98a5dec489d671;p=curl

Fixed export list path.
---

diff --git a/lib/Makefile.netware b/lib/Makefile.netware
index ca4a058e3..60a20881c 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):