diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-11 16:01:48 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-11 16:01:48 +0200 |
commit | d8ce83e73a3cbe5c8b9a0e7d8f98a5dec489d671 (patch) | |
tree | 67be0c7bad8c2d6b8943dd61b7a9519a0ed6b442 /lib/Makefile.netware | |
parent | 33eac5f7fdd9d49d4b1d07468952d893e6b56adc (diff) | |
download | curl-d8ce83e73a3cbe5c8b9a0e7d8f98a5dec489d671.tar.gz |
Fixed export list path.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 4 |
1 files changed, 2 insertions, 2 deletions
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): |