summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-20 14:30:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-20 14:30:27 +0100
commit45fffdb3d148bcf31b720ca726b1c21d559ead82 (patch)
tree33e5738bf1d745aa2f569f77695d8bf4859b9188 /Makefile.in
parent06097771671e439c7aca2bd6bcf010444f111141 (diff)
Call install-gdb-printers with full path
Change-Id: I92b34e61edb641d29d1cbf344e7ae5823c912cbc
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
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)