fixup simple subst test instead

This commit is contained in:
Daniel Stenberg 2025-02-28 23:00:33 +01:00
parent 678f65590f
commit 6d6841c5db
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -58,11 +58,11 @@ CFGSET=true
!ENDIF
!INCLUDE "../lib/Makefile.inc"
SRC=$(strip $(CSOURCES))
SRC=$(subst , ,$(CSOURCES))
LIBCURL_OBJS=$(SRC:.c=.obj)
!INCLUDE "../src/Makefile.inc"
CSRC=$(strip $(CURL_CFILES))
CSRC=$(subst , ,$(CURL_CFILES))
CURL_OBJS=$(CSRC:.c=.obj)
# backwards compatible check for USE_SSPI