diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/help/en-US/com.sun.PresenterScreen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/help/en-US/com.sun.PresenterScreen/Makefile b/sdext/source/presenter/help/en-US/com.sun.PresenterScreen/Makefile index 68f6dcd7bad6..ecef202a71d1 100644 --- a/sdext/source/presenter/help/en-US/com.sun.PresenterScreen/Makefile +++ b/sdext/source/presenter/help/en-US/com.sun.PresenterScreen/Makefile @@ -28,10 +28,10 @@ PARTIAL_BUILD := T SOURCEDIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST)))) -include $(OUTDIR)/inc/rtlbootstrap.mk +include $(SRCDIR)/sdext/platform.mk presenter.xhp : - sed "s/PLATFORMID/$(RTL_OS)_$(RTL_ARCH)/" < $(SOURCEDIR)/presenter.xhp > $@ + sed "s/PLATFORMID/$(sdext_PLATFORM)/" < $(SOURCEDIR)/presenter.xhp > $@ .DEFAULT_GOAL := all .PHONY : all |