diff options
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 9e03e070f..f5762fc35 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 +OBJS = getpass.c hugehelp.c main.c urlglob.c writeenv.c writeout.c curlutil.c all: hugehelp.c $(OBJS:.c=.o) |