mirror of
https://github.com/curl/curl.git
synced 2026-08-12 06:10:51 +03:00
Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).
This commit is contained in:
parent
b4dcbbfabd
commit
b74b5e0602
12 changed files with 49 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ MANPAGE = ../docs/curl.1
|
|||
README = ../docs/MANUAL
|
||||
MKHELP = ../src/mkhelp.pl
|
||||
|
||||
OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c os-specific.c ../lib/rawstr.c
|
||||
OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c os-specific.c ../lib/rawstr.c ../lib/nonblock.c
|
||||
|
||||
|
||||
all: hugehelp.c $(OBJS:.c=.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue