summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/help/en-US
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-02-24 17:49:14 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-06 10:29:03 +0100
commit861c23e9e017a775bdaeb89b487fd732b0ab00c5 (patch)
tree8a678130295de88c45f3931688ec30dc32c08242 /sdext/source/presenter/help/en-US
parent5ea827280149bc47592bf570278373f111e8ed52 (diff)
fix platform ID
Diffstat (limited to 'sdext/source/presenter/help/en-US')
-rw-r--r--sdext/source/presenter/help/en-US/com.sun.PresenterScreen/Makefile4
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