mirror of
https://github.com/curl/curl.git
synced 2026-07-16 10:27:15 +03:00
removed unused var.
This commit is contained in:
parent
fef1a90938
commit
16a9c5e02b
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ CP = copy
|
|||
INCLUDES = -I. -I$(PROOT) -I$(PROOT)/include -I$(PROOT)/lib
|
||||
LINK = $(CC) $(LDFLAGS) -o $@
|
||||
|
||||
curl_PROGRAMS = curl.exe
|
||||
ifdef DYN
|
||||
curl_DEPENDENCIES = $(PROOT)/lib/libcurldll.a $(PROOT)/lib/libcurl.dll
|
||||
curl_LDADD = -L$(PROOT)/lib -lcurldll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue