aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.amiga
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.amiga')
-rw-r--r--src/makefile.amiga2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.amiga b/src/makefile.amiga
index 7b9b1c0be..25449a6dc 100644
--- a/src/makefile.amiga
+++ b/src/makefile.amiga
@@ -16,7 +16,7 @@ MKHELP = ../src/mkhelp.pl
include Makefile.inc
-OBJS = $(CURL_CFILES:.c=.o) $(CURLX_ONES:.c=.o)
+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