fixup simple subst test instead
This commit is contained in:
parent
678f65590f
commit
6d6841c5db
@ -58,11 +58,11 @@ CFGSET=true
|
|||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
!INCLUDE "../lib/Makefile.inc"
|
!INCLUDE "../lib/Makefile.inc"
|
||||||
SRC=$(strip $(CSOURCES))
|
SRC=$(subst , ,$(CSOURCES))
|
||||||
LIBCURL_OBJS=$(SRC:.c=.obj)
|
LIBCURL_OBJS=$(SRC:.c=.obj)
|
||||||
|
|
||||||
!INCLUDE "../src/Makefile.inc"
|
!INCLUDE "../src/Makefile.inc"
|
||||||
CSRC=$(strip $(CURL_CFILES))
|
CSRC=$(subst , ,$(CURL_CFILES))
|
||||||
CURL_OBJS=$(CSRC:.c=.obj)
|
CURL_OBJS=$(CSRC:.c=.obj)
|
||||||
|
|
||||||
# backwards compatible check for USE_SSPI
|
# backwards compatible check for USE_SSPI
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user