From e8b7431305bf5b75d8d7a76ba6b639f12b0136ee Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 21 May 2014 22:51:03 +0100 Subject: build: Renamed CURLX_ONES file list definition to CURLX_CFILES Renamed the CURLX_ONES file list definition in order to a) try and be consistent with other file lists and b) to allow for the addition of the curlx header files, which will assist with Visual Studio project files generation rather than hard coding those files. --- src/makefile.amiga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.amiga') 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 -- cgit v1.2.1