From 45fffdb3d148bcf31b720ca726b1c21d559ead82 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Nov 2014 14:30:27 +0100 Subject: Call install-gdb-printers with full path Change-Id: I92b34e61edb641d29d1cbf344e7ae5823c912cbc --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index e33ed28ecfe1..22d8a0193c07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -234,7 +234,8 @@ bootstrap: compilerplugins # build: bootstrap fetch $(if $(CROSS_COMPILING),cross-toolset) ifneq ($(filter-out WNT MACOSX IOS ANDROID,$(OS)),) - mkdir -p $(INSTDIR) && install-gdb-printers -a $(INSTDIR) -c + mkdir -p $(INSTDIR) + $(SRCDIR)/solenv/bin/install-gdb-printers -a $(INSTDIR) -c endif $(MAKE) $(PARALLELISM_OPTION) $(IWYU_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $(build_goal) ifeq ($(OS),IOS) -- cgit