]> granicus.if.org Git - curl/commitdiff
build: Fixed incorrect script termination from commit ad1dc10e61
authorSteve Holme <steve_holme@hotmail.com>
Fri, 22 Dec 2017 20:21:40 +0000 (20:21 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 22 Dec 2017 20:21:40 +0000 (20:21 +0000)
Makefile.am

index a667c90862c1e225da357a566116bd5583e8bee3..bf6bfa987aa016efd440d0a923219a48b36fc475 100644 (file)
@@ -621,7 +621,7 @@ function gen_element(type, dir, file)\
                -v src_rc="$$win32_src_rc" \
                -v src_x_srcs="$$sorted_src_x_srcs" \
                -v src_x_hdrs="$$sorted_src_x_hdrs" \
-               "$$awk_code" $(srcdir)/$(VC14_SRCTMPL) > $(VC14_SRCVCXPROJ) || { exit 1; };) \
+               "$$awk_code" $(srcdir)/$(VC14_SRCTMPL) > $(VC14_SRCVCXPROJ) || { exit 1; }; \
        \
        echo "generating '$(VC15_LIBVCXPROJ)'"; \
        awk -v proj_type=vcxproj \