summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorRod Widdowson <rdw@steadingsoftware.com>2018-02-22 15:25:18 +0000
committerJay Satiro <raysatiro@yahoo.com>2018-02-22 14:56:00 -0500
commit4fff37b91f26c0aeb61db99bcc53ff3013950916 (patch)
treeba2088ebab758ac850bea44705702d63d0f6addf /winbuild
parenta91a235d4c2979f667d7119eb51a7e3bc231bd0c (diff)
downloadcurl-4fff37b91f26c0aeb61db99bcc53ff3013950916.tar.gz
winbuild: Use CALL to run batch scripts
Co-authored-by: Stefan Kanthak Closes https://github.com/curl/curl/issues/2330 Closes https://github.com/curl/curl/pull/2331
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/Makefile.vc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc
index cec9b14e7..46919fc2d 100644
--- a/winbuild/Makefile.vc
+++ b/winbuild/Makefile.vc
@@ -248,12 +248,12 @@ $(MODE):
@SET DIROBJ=$(LIBCURL_DIROBJ)
@SET MACRO_NAME=LIBCURL_OBJS
@SET OUTFILE=LIBCURL_OBJS.inc
- @gen_resp_file.bat $(LIBCURL_OBJS)
+ @CALL gen_resp_file.bat $(LIBCURL_OBJS)
@SET DIROBJ=$(CURL_DIROBJ)
@SET MACRO_NAME=CURL_OBJS
@SET OUTFILE=CURL_OBJS.inc
- @gen_resp_file.bat $(CURL_OBJS)
+ @CALL gen_resp_file.bat $(CURL_OBJS)
@SET CONFIG_NAME_LIB=$(CONFIG_NAME_LIB)
@SET MACHINE=$(MACHINE)