summaryrefslogtreecommitdiffstats
path: root/desktop/CustomTarget_soffice.mk
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-09-10 21:20:52 +0200
committerRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2012-09-10 21:26:15 +0200
commitad050e40f1eb05c49b116ec9d856142f8dc4f635 (patch)
treea371fd1df3193cbdfaf54d9593f2864d23ab9c17 /desktop/CustomTarget_soffice.mk
parentboost, orcus: disable bizarre "auto link" feature for MSVC: (diff)
downloadcore-ad050e40f1eb05c49b116ec9d856142f8dc4f635.tar.gz
core-ad050e40f1eb05c49b116ec9d856142f8dc4f635.zip
headless build: build oosplash again
It looks like we want it so revert: dae66b7b1df89d824017c7afb52f66ebfd2b8fe2 4d408cc2f09fcc645d0da736b74f2f5cae86edc4 64a530cfa8e9be44965c9d708dfb642c2df2a59d Change-Id: I7cd410861b28a0556de3375a0865a7baef52bd78
Diffstat (limited to 'desktop/CustomTarget_soffice.mk')
-rw-r--r--desktop/CustomTarget_soffice.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/CustomTarget_soffice.mk b/desktop/CustomTarget_soffice.mk
index 83b84ab49e2f..74eb6c9d6e3c 100644
--- a/desktop/CustomTarget_soffice.mk
+++ b/desktop/CustomTarget_soffice.mk
@@ -40,10 +40,4 @@ else
cp $< $@
endif
-ifeq ($(strip $(ENABLE_HEADLESS)),TRUE)
- sed -i "s/@SOFFICEBIN@/soffice.bin/" $@
-else
- sed -i "s/@SOFFICEBIN@/oosplash/" $@
-endif
-
# vim:set shiftwidth=4 tabstop=4 noexpandtab: