diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-05-30 18:19:35 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-17 16:41:12 +0200 |
commit | 2a0a10364139ae9a6ee13fef2783e30656ea1e47 (patch) | |
tree | 1ea158e766c6f7aebf910bf7140ec14aded81a1e /shell/source/all | |
parent | f348c7fd936735e4029ca31b26b223ea039efd5c (diff) |
ause130: #i117218# don't export INCLUDE in a local makefile.mk
Diffstat (limited to 'shell/source/all')
-rwxr-xr-x | shell/source/all/makefile.mk | 1 | ||||
-rwxr-xr-x | shell/source/all/ooofilereader/makefile.mk | 2 | ||||
-rwxr-xr-x | shell/source/all/zipfile/makefile.mk | 2 |
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 |