From b74b5e0602b26e8eec004b09d455b2ff0dbaffa1 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 15 Jul 2009 21:49:47 +0000 Subject: Added nonblock.c to the non-automake makefiles (note that the dependencies in the Watcom makefiles aren't quite correct). --- src/makefile.amiga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.amiga') diff --git a/src/makefile.amiga b/src/makefile.amiga index c2371a6cc..a242950f5 100644 --- a/src/makefile.amiga +++ b/src/makefile.amiga @@ -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) -- cgit v1.2.3