diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-07 10:36:23 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-07 10:36:23 +0100 |
commit | 27302abb9467f21a481fcc6b8eca53d34e04373b (patch) | |
tree | aac900406c50dfd139fe48d7d6168555fdeed87e /src/makefile.amiga | |
parent | 0269f6446de2e16eab272f9a6e37eec861035ea7 (diff) | |
download | curl-27302abb9467f21a481fcc6b8eca53d34e04373b.tar.gz |
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.
Diffstat (limited to 'src/makefile.amiga')
-rw-r--r-- | src/makefile.amiga | 6 |
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 |