diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-26 18:35:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-26 18:35:59 +0300 |
commit | 2be3dcd9cc0f66aec026538baa7299663d9986b0 (patch) | |
tree | 17885abada358127b9eb6b05e860fda86450e5df /Makefile.in | |
parent | b472b4c70ce7668d3637d4fd8ecf789eb1e56a0f (diff) |
Use BUILDDIR, not SRC_ROOT
Change-Id: I497238fbc8344a1bb8703dfd8090bd4e5c420ff1
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 04add4907380..79974d3c0023 100644 --- a/Makefile.in +++ b/Makefile.in @@ -259,7 +259,7 @@ install-strip: echo "$(INSTALLDIR)/program/soffice" ifeq ($(ENABLE_MACOSX_SANDBOX),YES) -entitlements:=--entitlements $(SRC_ROOT)/lo.xcent +entitlements:=--entitlements $(BUILDDIR)/lo.xcent endif dev-install: build |