aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.amiga
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.amiga')
-rw-r--r--src/makefile.amiga6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/makefile.amiga b/src/makefile.amiga
index 25449a6dc..9f3748b1a 100644
--- a/src/makefile.amiga
+++ b/src/makefile.amiga
@@ -1,5 +1,5 @@
#
-# $VER: cURL Makefile for AmigaOS ...
+# $VER: curl Makefile for AmigaOS ...
#
# change the follow to where you have the AmiTCP SDK v4.3 includes:
@@ -19,12 +19,12 @@ include Makefile.inc
OBJS = $(CURL_CFILES:.c=.o) $(CURLX_CFILES:.c=.o)
all: tool_hugehelp.c $(OBJS)
- $(CC) $(CFLAGS) -o cURL $(OBJS) $(LIBS) -Wl,-Map,cURL.map,--cref
+ $(CC) $(CFLAGS) -o curl $(OBJS) $(LIBS) -Wl,-Map,curl.map,--cref
tool_hugehelp.c: $(README) $(MANPAGE) mkhelp.pl
rm -f tool_hugehelp.c
/bin/nroff -man $(MANPAGE) | /bin/perl $(MKHELP) -c $(README) > tool_hugehelp.c
install:
- $(INSTALL) -c cURL /c/cURL
+ $(INSTALL) -c curl /c/curl