summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-23 12:36:42 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-23 12:36:42 +0200
commit1de07c27647416b7a5e79db03f6e225bbaf5c39b (patch)
treee8539651c651b608c8fd441cd088b99b019d28aa /Makefile.in
parent94554b86db23ef112b219ea390d158d954055a3e (diff)
Do install-gdb-printers only on Linux
Change-Id: I07d04826cdfdaf57b43f748104a466049044ac8c
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b1f14f6dec43..08f3909b98a8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -271,7 +271,9 @@ ifeq ($(DISABLE_LINKOO),TRUE)
ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
@macosx-codesign-app-bundle $(DEVINSTALLDIR)/opt/"LibreOffice from Collabora.app"
endif
+ifeq ($(OS),LINUX)
@install-gdb-printers -L
+endif
else
@ooinstall -l $(DEVINSTALLDIR)/opt
endif