mirror of
https://github.com/curl/curl.git
synced 2026-05-18 12:06:22 +03:00
Fixed export list path.
This commit is contained in:
parent
33eac5f7fd
commit
d8ce83e73a
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue