From 27302abb9467f21a481fcc6b8eca53d34e04373b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Nov 2016 10:36:23 +0100 Subject: s/cURL/curl We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL. --- src/makefile.amiga | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/makefile.amiga') 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 -- cgit v1.2.3