diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-07-15 21:49:47 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-07-15 21:49:47 +0000 |
commit | b74b5e0602b26e8eec004b09d455b2ff0dbaffa1 (patch) | |
tree | 96ee82815d3dd12297226e3da8e93efa7766f54b /src/makefile.amiga | |
parent | b4dcbbfabdbd457b181890991810c2ea6b10024f (diff) | |
download | curl-b74b5e0602b26e8eec004b09d455b2ff0dbaffa1.tar.gz |
Added nonblock.c to the non-automake makefiles (note that the dependencies
in the Watcom makefiles aren't quite correct).
Diffstat (limited to 'src/makefile.amiga')
-rw-r--r-- | src/makefile.amiga | 2 |
1 files changed, 1 insertions, 1 deletions
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) |