summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-09-10 11:37:16 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-09-10 12:20:58 +0200
commitf44f94b95b435ee0ec71c73133daeb88cd2539b1 (patch)
tree9c7a4847092ab67f57269a2047d3aafe834c8aef /Makefile.in
parenta3b56a9b963189cb22e7d34e87f860412ed3332f (diff)
fix gdb pretty printers for --enable-mergelibs
And install them into $(INSTDIR) at the end of build, as it is done in dev-install case. Change-Id: I1a9852684361a12333046fa58f83720aa2c835da
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f1d5b37e4468..5598af47963c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -230,6 +230,9 @@ bootstrap: compilerplugins
#
build: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cross-toolset)
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild
+ifneq ($(filter-out WNT MACOSX IOS ANDROID,$(OS)),)
+ install-gdb-printers -a $(INSTDIR)
+endif
ifeq ($(OS),IOS)
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) ios
endif