summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-10 13:45:14 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-10 14:16:47 +0300
commit70be6927279fcb32d392a03e6b8034a6c8d6447c (patch)
tree0ed18feeba3ba58d26736b76d22701e313c8ba58 /Makefile.in
parent5372bbd0136ee8006f0641e1a6afee5c0e07e253 (diff)
Bypass install-gdb-printers on OS X, they don't work anyway
Change-Id: I5636ba90d5513ecd6cb3bd20b3f583f8cd221717
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 79974d3c0023..3793b98b09b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -306,18 +306,16 @@ ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
done; \
done
#
-# Sign the app bundle as a whole (will sign the soffice binary)
-#
-# The soffice binary will have been signed after linking but it needs
-# to be re-signed as it has been renamed, or modified, or something
-# after linking.
+# Sign the app bundle as a whole (will sign the soffice binary too)
#
# At this stage we also attach the entitlements in the sandboxing case
#
codesign --force --verbose --sign $(MACOSX_CODESIGNING_IDENTITY) $(entitlements) $(DEVINSTALLDIR)/opt/LibreOffice.app
#
endif
+ifneq ($(OS),MACOSX)
@install-gdb-printers -L
+endif
else
@ooinstall -l $(DEVINSTALLDIR)/opt
endif