From 165240dd57f842dd131d585fd2f373f1637bc05c Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 20 Apr 2018 14:09:56 +0200 Subject: [PATCH] Makefile use macro --- makefiles/Makefile.third_party.win.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefiles/Makefile.third_party.win.mk b/makefiles/Makefile.third_party.win.mk index 417495eb56..e2810cfb50 100644 --- a/makefiles/Makefile.third_party.win.mk +++ b/makefiles/Makefile.third_party.win.mk @@ -149,8 +149,8 @@ dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\build\include.tar: dependenc cd dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\build && ..\..\..\..\..\tools\tar.exe cf include.tar include dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\build\protobuf.sln: dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\CMakeLists.txt - -md dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\build - tools\sed -i -e '/\"\/MD\"/d' dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\CMakeLists.txt + -${MKDIR} dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\build + ${SED} -i -e '/\"\/MD\"/d' dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\CMakeLists.txt cd dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\build && "$(CMAKE)" -G $(CMAKE_PLATFORM) -Dprotobuf_BUILD_TESTS=OFF .. dependencies\sources\protobuf-$(PROTOBUF_TAG)\cmake\CMakeLists.txt: