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.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.netware') diff --git a/src/Makefile.netware b/src/Makefile.netware index 0ecc753b0..85a117368 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -353,7 +353,7 @@ endif # Makefile.inc provides the CSOURCES and HHEADERS defines include Makefile.inc -OBJX := $(patsubst %.c,$(OBJDIR)/%.o,$(notdir $(strip $(CURLX_ONES)))) +OBJX := $(patsubst %.c,$(OBJDIR)/%.o,$(notdir $(strip $(CURLX_CFILES)))) OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CURL_CFILES))) ifndef LINK_STATIC OBJS += $(OBJX) -- cgit v1.2.1