summaryrefslogtreecommitdiff
path: root/shell/source/all
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:19:35 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:12 +0200
commit2a0a10364139ae9a6ee13fef2783e30656ea1e47 (patch)
tree1ea158e766c6f7aebf910bf7140ec14aded81a1e /shell/source/all
parentf348c7fd936735e4029ca31b26b223ea039efd5c (diff)
ause130: #i117218# don't export INCLUDE in a local makefile.mk
Diffstat (limited to 'shell/source/all')
-rwxr-xr-xshell/source/all/makefile.mk1
-rwxr-xr-xshell/source/all/ooofilereader/makefile.mk2
-rwxr-xr-xshell/source/all/zipfile/makefile.mk2
3 files changed, 2 insertions, 3 deletions
diff --git a/shell/source/all/makefile.mk b/shell/source/all/makefile.mk
index b4cc34a42601..6c07f7079847 100755
--- a/shell/source/all/makefile.mk
+++ b/shell/source/all/makefile.mk
@@ -64,7 +64,6 @@ SLOFILES_X64=$(SLO_X64)$/xml_parser.obj
.INCLUDE : target.mk
.IF "$(OS)" == "WNT"
INCLUDE!:=$(subst,/stl, $(INCLUDE))
-.EXPORT : INCLUDE
.ENDIF
.INCLUDE : tg_wntx64.mk
diff --git a/shell/source/all/ooofilereader/makefile.mk b/shell/source/all/ooofilereader/makefile.mk
index 67d29acaaf85..a8898978596e 100755
--- a/shell/source/all/ooofilereader/makefile.mk
+++ b/shell/source/all/ooofilereader/makefile.mk
@@ -78,7 +78,7 @@ LIB1FILES_X64=$(SLB_X64)$/zipfile.lib\
.INCLUDE : target.mk
.IF "$(OS)" == "WNT"
INCLUDE!:=$(subst,/stl, $(INCLUDE))
-.EXPORT : INCLUDE
+
.ENDIF
.INCLUDE : tg_wntx64.mk
diff --git a/shell/source/all/zipfile/makefile.mk b/shell/source/all/zipfile/makefile.mk
index 4e0af2891027..93fdf6602ae4 100755
--- a/shell/source/all/zipfile/makefile.mk
+++ b/shell/source/all/zipfile/makefile.mk
@@ -52,7 +52,7 @@ SLOFILES_X64=$(SLO_X64)$/zipfile.obj\
.INCLUDE : target.mk
.IF "$(OS)" == "WNT"
INCLUDE!:=$(subst,/stl, $(INCLUDE))
-.EXPORT : INCLUDE
+
.ENDIF
.INCLUDE : tg_wntx64.mk