diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-20 21:14:59 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-20 21:15:34 +0100 |
commit | 1bd21f801626df6e0e73f81b9133de4799b8c7f6 (patch) | |
tree | 655adfee91843a4b336feb0ecf404ca0c4226064 /Makefile.in | |
parent | ac32aafc7bf4a3ccc960fdfe2a18d133a27213a8 (diff) |
install-gdb-printer -L fails with 'unknown option' anyway
Change-Id: I5927427264eaed86d2e93bee1cfc8f1ff55690c3
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 7794b370e7bb..a7518b81e7c0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -312,9 +312,6 @@ else ifneq ($(MACOSX_CODESIGNING_IDENTITY),) @macosx-codesign-app-bundle $(TESTINSTALLDIR)/LibreOffice.app endif -ifneq ($(OS),MACOSX) - @install-gdb-printers -L -endif endif @$(call gb_Top_InstallFinished,Test Installation,$(TESTINSTALLDIR)) |