diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-27 20:20:22 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-27 20:20:22 +0000 |
commit | fd6e025d61412090b5117ed5a7a3d645128d3f2f (patch) | |
tree | 081764801c24614ac8b9bf36345c8f6da788da04 /src/makefile.amiga | |
parent | 9230708e47d167d2e52564dd53ecfbd8cdafcceb (diff) | |
download | curl-fd6e025d61412090b5117ed5a7a3d645128d3f2f.tar.gz |
Added rawstr.c to some more non-configure curl makefiles
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 f5762fc35..2608744e0 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 +OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c ../lib/rawstr.c all: hugehelp.c $(OBJS:.c=.o) |